side-navigation-react
Version:
Easy, responsive & flexible navigational component that compose declaratively with your application.
15 lines (14 loc) • 492 B
TypeScript
export declare const Thin: number;
export declare const Light: number;
export declare const Normal: number;
export declare const Medium: number;
export declare const SemiBold: number;
export declare const Bold: number;
export declare const ExtraBold: number;
export declare const XXS: string;
export declare const XS: string;
export declare const SM: string;
export declare const MD: string;
export declare const LG: string;
export declare const XL: string;
export declare const XXL: string;