UNPKG

@abdalla-1/swisco

Version:
17 lines (16 loc) 396 B
import { jsx as _jsx } from "react/jsx-runtime"; import "react"; import { TamaguiProvider } from "tamagui"; import { config } from "../../../config"; var SwiscoProvider = function(param) { var { children, ...props } = param; return /* @__PURE__ */ _jsx(TamaguiProvider, { config, ...props, children }); }; export { SwiscoProvider }; //# sourceMappingURL=SwiscoProvider.js.map