UNPKG

@visactor/vue-vtable

Version:

The vue version of VTable

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