UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 137 B
import { IWPList, IWPListProps } from "../types"; /** * List WebPart */ export declare const WPList: (props: IWPListProps) => IWPList;