UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 166 B
import { IWPListEditPanel } from "../types"; /** * List WebPart Edit Panel */ export declare const WPListEditPanel: (props?: IWPListEditPanel) => IWPListEditPanel;