@crossed/ui
Version:
A universal & performant styling library for React Native, Next.js & React
53 lines (52 loc) • 1.79 kB
JavaScript
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 Card_exports = {};
__export(Card_exports, {
Card: () => Card,
CardDescription: () => CardDescription,
CardExtra: () => CardExtra,
CardGroup: () => import_Group.CardGroup,
CardTitle: () => CardTitle
});
module.exports = __toCommonJS(Card_exports);
var import_core = require("@crossed/core");
var import_Root = require("./Root");
var import_Title = require("./Title");
var import_Description = require("./Description");
var import_Extra = require("./Extra");
var import_Group = require("./Group");
const Card = (0, import_core.withStaticProperties)(import_Root.CardRoot, {
Title: import_Title.Title,
Description: import_Description.Description,
Extra: import_Extra.Extra,
Group: import_Group.CardGroup
});
const {
Title: CardTitle,
Description: CardDescription,
Extra: CardExtra
} = Card;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Card,
CardDescription,
CardExtra,
CardGroup,
CardTitle
});
//# sourceMappingURL=index.js.map