/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/sdds-dfa/src/components/NumberInput/NumberInput.ts
7 строк
268 B
Krivonos Aleksandr
feat(sdds-*): add NumberInput component
08 ноя 2024, 16:55
08 ноя 2024, 16:55
6adc749
Код
Авторство
О чём код?
import { numberInputConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './NumberInput.config'; const mergedConfig = mergeConfig(numberInputConfig, config); export const NumberInput = component(mergedConfig);