@icoms-detection/ui
Version:
This is the OFFICIAL UI library created by Icoms Detection to design their apps.
10 lines (9 loc) • 382 B
TypeScript
import { ColorProps, InputTypesProps, SizeProps, VariantProps } from "./types";
export declare const mediaQueries: {
sm: number;
};
export declare const navbar_width = 80;
export declare const defaultSizes: SizeProps[];
export declare const theme_colors: ColorProps[];
export declare const variants: VariantProps[];
export declare const input_types: InputTypesProps[];