UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

5 lines (4 loc) 284 B
import { TextareaProps as ChakraTextareaProps } from '@chakra-ui/react'; export interface TextareaProps extends ChakraTextareaProps { } export declare const Textarea: import('react').ForwardRefExoticComponent<ChakraTextareaProps & import('react').RefAttributes<HTMLTextAreaElement>>;