UNPKG

@voilajsx/uikit

Version:

Cross-platform React components with beautiful themes and OKLCH color science

9 lines 384 B
/** * Textarea component for multi-line text input * @param {Object} props - Component props * @param {string} [props.className] - Additional classes * @param {React.Ref} ref - Forwarded ref * @returns {JSX.Element} Textarea component */ export const Textarea: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>; //# sourceMappingURL=textarea.d.ts.map