UNPKG

basscode-extrude

Version:

A compact, elegant 3D extruded UI component library for React with TypeScript support

11 lines (10 loc) 599 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Input = exports.Card = exports.Button = void 0; // Export all components var Button_1 = require("./Button/Button"); Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return Button_1.Button; } }); var Card_1 = require("./Card/Card"); Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return Card_1.Card; } }); var Input_1 = require("./Input/Input"); Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return Input_1.Input; } });