download
raw
535 Bytes
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;

Xet Storage Details

Size:
535 Bytes
·
Xet hash:
3cb5f8391b675b488af612487c9bbe22a82f1a57f5cf532d6f4a7664244de31a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.