UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 168 B
import { IListFormPanel, IListFormPanelProps } from "./types"; /** * Item Form */ export declare const ListFormPanel: (props: IListFormPanelProps) => IListFormPanel;