UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

1 lines 357 B
module.exports = "/* tslint:disable:no-unused-variable */\r\nimport * as React from 'react';\r\n/* tslint:enable:no-unused-variable */\r\n\r\nexport interface ILabelProps extends React.HTMLProps<HTMLLabelElement> {\r\n /**\r\n * Whether the associated form field is required or not\r\n * @defaultvalue false\r\n */\r\n required?: boolean;\r\n}\r\n";