UNPKG

@rtdui/datatable

Version:

React DataTable component based on Rtdui components

7 lines (6 loc) 241 B
import React from "react"; import type { Table } from "@tanstack/react-table"; export declare function ExportTable(props: { table: Table<any>; tableRef: React.RefObject<HTMLTableElement>; }): import("react/jsx-runtime").JSX.Element;