@voiceiq/web-components
Version:
VoiceIQ Web Component library
29 lines (28 loc) • 759 B
TypeScript
declare const _default: {
classes: {
badge: {
fontFamily: string;
fontSize: number;
fontWeight: number;
backgroundColor: string;
color: string;
width: number;
height: number;
minWidth: number;
};
colorPrimary: {
backgroundColor: string;
color: string;
};
colorSecondary: {
backgroundColor: string;
color: string;
};
colorError: {
backgroundColor: string;
color: string;
};
};
useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"default">;
};
export default _default;