UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 149 B
import { IWPSearch, IWPSearchProps } from "../types"; /** * Search WebPart */ export declare const WPSearch: (props: IWPSearchProps) => IWPSearch;