UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

4 lines (3 loc) 170 B
export declare function camelCase(str: string): string; export declare function capitalize(str: string): string; export declare function pascalCase(str: string): string;