UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 118 B
import { IList, IListProps } from "./types"; /** * List */ export declare const List: (props: IListProps) => IList;