@icoms-detection/ui
Version:
This is the OFFICIAL UI library created by Icoms Detection to design their apps.
24 lines (23 loc) • 577 B
TypeScript
export declare const stitchesSelectStyles: {
variants: {};
display: string;
backgroundColor: string;
width: string;
padding: string;
textAlign: string;
text: string;
fontFamily: string;
border: string;
borderRadius: string;
"-moz-appearance": string;
"-webkit-appearance": string;
appearance: string;
backgroundImage: string;
backgroundRepeat: string;
backgroundPositionX: string;
backgroundPositionY: string;
"&:focus": {
outline: string;
border: string;
};
};