UNPKG
zod-form-radix
Version:
latest (1.0.0)
1.0.0
Radix UI integration for zod-form-kit
zod-form-radix
/
dist
/
components
/
textarea.d.ts
6 lines
(5 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
React
from
'react'
;
export
interface
TextareaProps
extends
React
.
TextareaHTMLAttributes
<
HTMLTextAreaElement
> { }
declare
const
Textarea
:
React
.
ForwardRefExoticComponent
<
TextareaProps
&
React
.
RefAttributes
<
HTMLTextAreaElement
>>;
export
{
Textarea
};