/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/sdds-sbcom/src/components/EmbedIconButton/EmbedIconButton.ts
11 строк
386 B
Alexander Lobyntsev
feat(sdds_sbcom): init package
03 мар 2026, 15:32
03 мар 2026, 15:32
e7ed3ed
Код
Авторство
О чём код?
import { embedIconButtonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './EmbedIconButton.config'; const mergedConfig = mergeConfig(embedIconButtonConfig, config); const EmbedIconButtonComponent = component(mergedConfig); /** * Кнопка с иконкой. */ export const EmbedIconButton = EmbedIconButtonComponent;