@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
5 lines (4 loc) • 457 B
TypeScript
import { Field as ArkField } from '@ark-ui/react/field';
import { ComponentProps } from '@fidely-ui/styled-system/types';
export declare const Textarea: import("@fidely-ui/styled-system/types").StyledComponent<import("react").ForwardRefExoticComponent<ArkField.TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>, import("@fidely-ui/styled-system/recipes").TextareaVariantProps>;
export type TextareaProps = ComponentProps<typeof Textarea>;