UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 121 B
import { IDialogProps } from "../types"; /** * Dialog */ export declare const Dialog: (props: IDialogProps) => string;