UNPKG

primereact

Version:

A rich set of premium UI Components for React.

8 lines (7 loc) 402 B
export * from './RadioButton.context'; export * as RadioButton from './RadioButton.parts'; export * as RadioButtonProps from './RadioButton.props'; export { defaultRootProps, RadioButtonRoot } from './root'; export { defaultBoxProps, RadioButtonBox } from './box'; export { defaultIndicatorProps, RadioButtonIndicator } from './indicator'; export type * from '@primereact/types/primitive/radiobutton';