UNPKG

@crossed/ui

Version:

A universal & performant styling library for React Native, Next.js & React

10 lines (9 loc) 262 B
import { jsx } from "react/jsx-runtime"; import { View } from "react-native"; const Focus = ({ children, style, ...props }) => { return /* @__PURE__ */ jsx(View, { ...style.rnw(), ...props, children }); }; export { Focus }; //# sourceMappingURL=Focus.js.map