@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
17 lines (16 loc) • 436 B
TypeScript
export declare const BORDERS: {
readonly border_00: "0rem";
readonly border_50: "0.0625rem";
readonly border_100: "0.125rem";
readonly border_200: "0.25rem";
};
export declare const RADIUS: {
radius_00: string;
radius_25: string;
radius_50: string;
radius_75: string;
radius_100: string;
radius_circle: string;
};
export type BordersType = typeof BORDERS;
export type RadiusType = typeof RADIUS;