Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99836831
variants.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 26, 21:30
Size
315 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 21:30 (2 d)
Engine
blob
Format
Raw Data
Handle
23818682
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
variants.d.ts
View Options
import { Interpolation } from '@mui/system';
import { Theme } from './createTheme';
import { ComponentsPropsList } from './props';
export type ComponentsVariants = {
[Name in keyof ComponentsPropsList]?: Array<{
props: Partial<ComponentsPropsList[Name]>;
style: Interpolation<{ theme: Theme }>;
}>;
};
Event Timeline
Log In to Comment