Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98232611
defaultSxConfig.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
Sat, Jan 11, 07:29
Size
535 B
Mime Type
text/x-java
Expires
Mon, Jan 13, 07:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23525140
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
defaultSxConfig.d.ts
View Options
import { StyleFunction } from '../Box';
import { TransformFunction } from '../style';
type SimpleStyleFunction<PropKey extends keyof any> = StyleFunction<Partial<Record<PropKey, any>>>;
export interface SxConfigRecord {
cssProperty?: keyof React.CSSProperties | false;
/**
* dot access in `Theme`
*/
themeKey?: string;
transform?: TransformFunction;
style?: SimpleStyleFunction<any>;
}
export type SxConfig = Record<string, SxConfigRecord>;
declare const defaultSxConfig: SxConfig;
export default defaultSxConfig;
Event Timeline
Log In to Comment