UNPKG

@icoms-detection/ui

Version:

This is the OFFICIAL UI library created by Icoms Detection to design their apps.

57 lines (56 loc) 1.44 kB
export declare const stitchesButtonStyles: { variants: { selected: { true: { fontWeight: number; backgroundColor: string; color: string; border: string; marginLeft: string; "&:first-child": { marginLeft: string; borderLeft: string; }; "&:last-child": { borderRight: string; }; }; }; }; backgroundColor: string; border: string; borderRight: string; borderBottom: string; borderTop: string; padding: string; cursor: string; fontFamily: string; margin: number; text: string; borderBox: string; color: string; "&:first-child": { borderTopLeftRadius: string; borderBottomLeftRadius: string; borderLeft: string; }; "&:last-child": { borderTopRightRadius: string; borderBottomRightRadius: string; borderRight: string; }; "&:hover": { color: string; border: string; marginLeft: string; }; "&:hover:first-child": { marginLeft: string; }; }; export declare const stitchesButtonGroupStyles: { width: string; maxWidth: string; boxSizing: string; display: string; };