UNPKG

@naturacosmeticos/natds-react

Version:
10 lines (9 loc) 277 B
import React from 'react'; export interface LabelProps { className?: string; htmlFor?: string; label?: string; required?: boolean; } declare const Label: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>; export default Label;