/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/plasma-web/src/components/Card/Card.ts
19 строк
408 B
Ilya
feat(*): add configs for card
25 ноя 2025, 09:17
25 ноя 2025, 09:17
9e4c293
Код
Авторство
О чём код?
import { cardConfig, CardContent, CardInnerContent, component, mergeConfig, } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './Card.config'; const mergedConfig = mergeConfig(cardConfig, config); const CardComponent = component(mergedConfig); /** * Компонент Card. */ export const Card = CardComponent; export { CardContent, CardInnerContent };