UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

5 lines 285 B
import * as React from 'react'; export type TextareaProps = React.TextareaHTMLAttributes<HTMLTextAreaElement>; declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>; export { Textarea }; //# sourceMappingURL=textarea.d.ts.map