UNPKG

qilin-components

Version:

Components used by Qilin editor and Qilin plugins

19 lines (17 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Flex", { enumerable: true, get: function () { return _gridStyled.Flex; } }); Object.defineProperty(exports, "Unit", { enumerable: true, get: function () { return _gridStyled.Box; } }); var _gridStyled = require("grid-styled");