UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

11 lines (10 loc) 602 B
import { RadioCardRoot } from "./radio-card.js"; import { RadioCardGroupRoot, RadioCardGroupRootProps } from "./radio-card-group.js"; import { radio_card_namespace_d_exports } from "./radio-card.namespace.js"; //#region src/components/radio-card/radio-card-group.namespace.d.ts declare namespace radio_card_group_namespace_d_exports { export { radio_card_namespace_d_exports as Item, RadioCardRoot as ItemType, RadioCardGroupRoot as Root, RadioCardGroupRootProps as RootProps }; } //#endregion export { radio_card_group_namespace_d_exports }; //# sourceMappingURL=radio-card-group.namespace.d.ts.map