mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 22:09:39 +02:00
2 lines
114 B
TypeScript
2 lines
114 B
TypeScript
export { ToggleGroup } from './ToggleGroup';
|
|
export type { ToggleGroupProps, ToggleOption } from './ToggleGroup';
|