UNPKG

@cuvp1225/tango-mail

Version:
33 lines (32 loc) 863 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.menuData = exports.prototypes = void 0; const tslib_1 = require("tslib"); exports.prototypes = tslib_1.__importStar(require("./components/prototype")); exports.menuData = { common: [ { title: '常用', items: [ 'Button', 'Text', 'Heading', 'Link', // 'CodeBlock', 'CodeInline', 'Hr', 'Markdown', 'List', 'Table', ], }, { title: '展示', items: ['Badge', 'Img', 'Stat', 'Card'], }, { title: '布局', items: ['Columns2', 'Columns3', 'Row', 'Column', 'Section', 'Box'], }, ], };