@bothub-chat/ui
Version:
Bothub UI Components
2 lines (1 loc) • 355 B
JavaScript
import{jsxs as e,jsx as r}from"react/jsx-runtime";import t from"react";import{ThemeSchemeSectionStyled as c,ThemeSchemeSectionRadio as i,ThemeSchemeSectionButtons as o}from"./styled.js";const l=t.memo((({children:t,title:l,active:m=!1,onClick:n})=>e(c,{children:[r(i,{label:l,checked:m,onClick:n}),r(o,{children:t})]})));export{l as ThemeSchemesSection};