UNPKG

@utrecht/component-library-react

Version:

React component library bundle for the Municipality of Utrecht based on the NL Design System architecture

7 lines 367 B
import { TextareaHTMLAttributes } from 'react'; export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> { inputRequired?: boolean; invalid?: boolean; } export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>; //# sourceMappingURL=Textarea.d.ts.map