UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

28 lines 982 B
export default FieldLabel; declare function FieldLabel({ id, targetId, labelText, isRequired, isInvalid, isLegend, isFocused, viewMode, stepId }: { id: any; targetId: any; labelText: any; isRequired: any; isInvalid: any; isLegend: any; isFocused: any; viewMode: any; stepId: any; }): React.JSX.Element; declare namespace FieldLabel { namespace propTypes { let id: PropTypes.Requireable<string>; let targetId: PropTypes.Validator<string>; let isRequired: PropTypes.Requireable<boolean>; let isFocused: PropTypes.Requireable<boolean>; let isInvalid: PropTypes.Requireable<boolean>; let labelText: PropTypes.Validator<string>; let isLegend: PropTypes.Requireable<boolean>; let viewMode: PropTypes.Requireable<boolean>; let stepId: PropTypes.Requireable<string>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=FieldLabel.d.ts.map