UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 321 B
import { compose } from '@bem-react/core'; import { withRegistry } from '@bem-react/di'; import { textareaRegistry } from './Textarea_hasClear.registry/touch-pad'; import { withHasClear as withHasClearBase } from './Textarea_hasClear'; export var withHasClear = compose(withRegistry(textareaRegistry), withHasClearBase);