UNPKG

@yandex/ui

Version:

Yandex UI components

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