Files
community-rule/app/components/RadioButton/index.tsx
T
2026-01-29 17:59:11 -07:00

3 lines
112 B
TypeScript

export { default } from "./RadioButton.container";
export type { RadioButtonProps } from "./RadioButton.types";