UNPKG

gd-sprest-js

Version:

SharePoint 2013/Online js components.

11 lines (10 loc) 171 B
/** * Label */ export interface ILabelProps { className?: string; description?: string; isDisabled?: boolean; isRequired?: boolean; text?: string; }