* Refactor of the RadioAreaGroup component * Move RadioAreaGroup outside of v2/core * Use useTypedQuery * Removed unused (broken) imports * Fix type for Select
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
export * as RadioGroup from "./RadioAreaGroup";
|
|
export { default as Select } from "./Select";
|
|
export { Group, Indicator, Label, Radio, RadioField } from "./Radio";
|