@voiceiq/web-components
Version:
VoiceIQ Web Component library
33 lines (32 loc) • 920 B
TypeScript
declare const _default: {
useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"default" | "root" | "active" | "completed">;
useTypographyStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"root" | "active" | "completed">;
classes: {
root: {
fontSize: number;
color: string;
border: string;
borderRadius: string;
};
active: {
color: string;
border: string;
'& $text': {
fill: string;
};
};
completed: {
color: string;
border: string;
'& $text': {
fill: string;
};
};
text: {
fontFamily: string;
fontSize: string;
fill: string;
};
};
};
export default _default;