UNPKG

concis

Version:

Concis Component library for PC

6 lines (5 loc) 319 B
import React from 'react'; import { TextareaProps } from './interface'; declare type NativeTextareaProps = Omit<React.TextareaHTMLAttributes<HTMLElement>, 'type'>; declare const _default: React.ForwardRefExoticComponent<NativeTextareaProps & TextareaProps & React.RefAttributes<unknown>>; export default _default;