liber-salti
Version:
Saltí - Liber Design System
8 lines (7 loc) • 312 B
TypeScript
export declare function capitalizeFirstLetter(str: string): string;
export declare function capitalizeName(str: string): string;
export declare const pxToInt: (size: string) => number;
export declare const intToPx: (size: number) => string;
export declare const useViewport: () => {
width: number;
};