UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 216 B
import Textarea from './textarea'; type RefTextarea = typeof Textarea; interface TextareaComponent extends RefTextarea { displayName: string; } declare const _default: TextareaComponent; export default _default;