UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

5 lines (4 loc) 206 B
import React from 'react'; import { TextAreaProps } from './interface'; declare const TextAreaRef: React.ForwardRefExoticComponent<TextAreaProps & React.RefAttributes<unknown>>; export default TextAreaRef;