forked from cerc-io/snowballtools-base
* ⚡️ feat: create segmented controls component * 📝 docs: add segmented controls component to example page * ♻️ refactor: put the icon size to icon theme * 🐛 fix: remove `value` from `useCallback` dependency
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
export * from './SegmentedControlItem';
|
|
export * from './SegmentedControls';
|