/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/sdds-cs/src/components/NumberInput/NumberInput.ts
7 строк
258 B
Dima Shugaev
feat(sdds-cs): get rid of styled-components
31 мар 2026, 11:13
31 мар 2026, 11:13
a4628f6
Код
Авторство
О чём код?
import { numberInputConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/emotion'; import { config } from './NumberInput.config'; const mergedConfig = mergeConfig(numberInputConfig, config); export const NumberInput = component(mergedConfig);