UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

10 lines (9 loc) 210 B
"use strict"; import RadioGroup from "./RadioGroup.js"; import RadioItem from "./RadioItem.js"; const Radio = { Group: RadioGroup, Item: RadioItem }; export default Radio; //# sourceMappingURL=index.js.map