UNPKG

krypton-vite-demo

Version:
6 lines (5 loc) 267 B
export declare const getInitials: (name: string) => string; export declare const toRem: (size: number) => string; export declare const toPx: (size: number) => string; export declare const toPercent: (value: number) => string; export declare const uuid: () => string;