@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
10 lines (9 loc) • 521 B
TypeScript
import { Radio, RadioProps, RadioPropsContext, useRadioPropsContext } from "./radio.js";
import { RadioGroupRoot, RadioGroupRootProps } from "./radio-group.js";
//#region src/components/radio/namespace.d.ts
declare namespace namespace_d_exports {
export { Radio as Item, RadioProps as ItemProps, RadioPropsContext as PropsContext, RadioGroupRoot as Root, RadioGroupRootProps as RootProps, useRadioPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map