mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
827c952e9f
# New `RadioGroup` component to replace `RadioButton`  ### what's new - [x] Change the API - [x] More customizable options - [x] Indicator animation - [x] Dynamic width support(responsive) - [x] Storybook - [x] JSDoc
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
export * from './radio';
|
|
export type { RadioItem, RadioProps } from './types';
|