@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
24 lines (23 loc) • 700 B
JavaScript
import React from 'react';
import { attachPropertiesToComponent } from "../helpers/index.js";
import Portal from "../portal/index.js";
import Selector from "./selector.js";
import SelectorInstance from "./selector-instance.js";
import SelectorText from "./selector-text.js";
import { varCreator } from "./style.js";
import { jsx as _jsx } from "react/jsx-runtime";
const Component = props => {
return /*#__PURE__*/_jsx(Portal, {
children: /*#__PURE__*/_jsx(Selector, {
...props
})
});
};
export default attachPropertiesToComponent(SelectorInstance, {
varCreator,
Component,
SelectorComponent: Selector,
Text: SelectorText
});
//# sourceMappingURL=index.js.map
;