UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

6 lines (5 loc) 142 B
import { ICheckBox, ICheckBoxProps } from "./types"; /** * CheckBox */ export declare const CheckBox: (props: ICheckBoxProps) => ICheckBox;