UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 252 B
import { TextareaClear } from '../../Clear/Textarea-Clear'; import { ITextareaRegistry as ITextareaRegistryCommon } from '../../Textarea.registry'; export interface ITextareaRegistry extends ITextareaRegistryCommon { Clear: typeof TextareaClear; }