UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 169 B
/// <reference types="react" /> import { TextareaProps } from './textarea.type'; declare const _default: (props: TextareaProps) => JSX.Element; export default _default;