UNPKG

@surveycake/rc

Version:

react component of surveycake

77 lines (76 loc) 1.83 kB
export declare const theme: { color: { primary: { active: string; default: string; hover: string; disabled: string; background: string; lightBackground: string; }; secondary: { active: string; default: string; hover: string; disabled: string; background: string; }; thirdary: { active: string; default: string; hover: string; disabled: string; background: string; }; text: { white: string; B6: string; B5: string; B4: string; B3: string; B2: string; B: string; HB: string; F: string; }; semantic: { success: string; info: string; warning: string; error: string; /** * @description specific usage */ enterprise: string; team: string; pro: string; }; }; typography: { fontSize: { h1: number; h2: number; h3: number; h4: number; h5: number; h6: number; p: number; span: number; div: number; }; fontWeight: { normal: number; medium: number; bold: number; }; }; zIndex: { mobileStepper: number; speedDial: number; appBar: number; drawer: number; modal: number; snackbar: number; tooltip: number; }; };