UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 124 B
import { ITable, ITableProps } from "./types"; /** * Table */ export declare const Table: (props: ITableProps) => ITable;