/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/sdds-platform-ai/src/components/CodeInput/CodeInput.tsx
11 строк
328 B
Alexander Lobyntsev
fix: resolve diff between sdds-serv
21 апр 2026, 13:31
21 апр 2026, 13:31
f5a1357
Код
Авторство
О чём код?
import { codeInputConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './CodeInput.config'; const mergedConfig = mergeConfig(codeInputConfig, config); const CodeInputComponent = component(mergedConfig); /** * CodeInput */ export const CodeInput = CodeInputComponent;