/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/plasma-web/src/components/NumberInput/NumberInput.ts
7 строк
268 B
Krivonos Aleksandr
feat(plasma-web/b2c): add NumberInput component with tests
08 ноя 2024, 16:55
08 ноя 2024, 16:55
8473a9a
Код
Авторство
О чём код?
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);