Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100942285
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
Tue, Feb 4, 04:13
Size
315 B
Mime Type
text/x-java
Expires
Thu, Feb 6, 04:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24060791
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