UNPKG

@visactor/vue-vtable

Version:
3 lines (2 loc) 156 B
export declare function toCamelCase(str: string): string; export declare function convertPropsToCamelCase(props: Record<string, any>): Record<string, any>;