UNPKG

react-table-ui

Version:

Out-of-the-box UI for React-Table 7.

6 lines (5 loc) 271 B
export declare const commonClassName = "RTUI"; declare type FalsyValue = undefined | null | false | 0 | ''; declare type ClassName = string | FalsyValue | ClassName[] | Record<string, boolean>; export default function clsx(...classNames: ClassName[]): string; export {};