UNPKG

@maherunlocker/custom-react-table

Version:

**Custom-react-table** is based on <code>React-Table v7</code>: collection of hooks for **building powerful tables and datagrid experiences**. These hooks are lightweight, composable, and ultra-extensible, but **do not render any markup or styles for you*

4 lines (3 loc) 218 B
export declare function toSnakeCase(object: any, exceptions?: string[]): any; export declare function toCamelCase(object: any, exceptions?: string[]): any; export declare function camelToWords(str: string): string;