/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/plasma-web/src/components/ViewContainer/ViewContainer.ts
7 строк
276 B
Ilya
feat(*): add view container web and b2c
23 июл 2025, 11:11
23 июл 2025, 11:11
518f54c
Код
Авторство
О чём код?
import { viewContainerConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './ViewContainer.config'; const mergedConfig = mergeConfig(viewContainerConfig, config); export const ViewContainer = component(mergedConfig);