UNPKG

@rtdui/datatable

Version:

React DataTable component based on Rtdui components

5 lines (4 loc) 171 B
import type { Table } from "@tanstack/react-table"; export declare function ColumnsVisibility(props: { table: Table<any>; }): import("react/jsx-runtime").JSX.Element;