/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/plasma-web/src/components/Cell/Cell.ts
11 строк
302 B
Ilya Bychek
feat(new-hope): Cell web, b2c and docs
03 апр 2024, 16:27
03 апр 2024, 16:27
f40477e
Код
Авторство
О чём код?
import { cellConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './Cell.config'; const mergedConfig = mergeConfig(cellConfig, config); const CellComponent = component(mergedConfig); /** * Кнопка. */ export const Cell = CellComponent;