UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 138 B
import { IDatePickerProps } from "../types"; /** * Date Picker */ export declare const DatePicker: (props: IDatePickerProps) => string;