@up-group-ui/react-controls
Version:
Up shared react controls
15 lines (14 loc) • 419 B
TypeScript
import { NestedCSSProperties } from 'typestyle/lib/types';
import { WithThemeProps } from 'theming/withTheme';
export declare const sizeMap: {
xxsmall: string;
xsmall: string;
small: string;
normal: string;
medium: string;
large: string;
xlarge: string;
xxlarge: string;
fill: string;
};
export declare const getCheckableStyles: (props: WithThemeProps | any) => NestedCSSProperties;