UNPKG

@trail-ui/react

Version:
14 lines (10 loc) 444 B
import { Radio } from './radio'; import { RadioGroup } from './radio-group'; // export types export type { RadioGroupRenderProps, RadioRenderProps } from 'react-aria-components'; export type { RadioProps } from './radio'; export type { RadioGroupProps } from './radio-group'; // export context export { RadioContext, RadioGroupContext, RadioGroupStateContext } from 'react-aria-components'; // export component export { Radio, RadioGroup };