UNPKG

@crossed/styled

Version:

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

38 lines (37 loc) 1.66 kB
var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var Registry_exports = {}; __export(Registry_exports, { Registry: () => import_Registry.Registry, breakpoints: () => import_breakpoints.breakpoints, parse: () => import_RegistryBridge.parse }); module.exports = __toCommonJS(Registry_exports); var import_plugins = require("../plugins"); var import_Registry = require("./Registry"); var import_RegistryBridge = require("./RegistryBridge"); var import_Registry2 = require("./Registry"); var import_breakpoints = require("./breakpoints"); import_Registry2.Registry.addPlugin(import_plugins.BasePlugin).addPlugin(import_plugins.PseudoClassPlugin).addPlugin(import_plugins.WebPlugin).addPlugin((0, import_plugins.MediaQueriesPlugin)(import_breakpoints.breakpoints)); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { Registry, breakpoints, parse }); //# sourceMappingURL=index.js.map