UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 135 B
import { IPanelProps } from "../types"; /** * Panel */ export declare const Panel: (props: IPanelProps, content?: string) => string;