UNPKG

nice-ui

Version:

React design system, components, and utilities

16 lines (15 loc) 586 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.guidelinesPage = void 0; const getting_started_1 = require("./getting-started"); const routing_1 = require("./routing"); const theming_1 = require("./theming"); const translations_1 = require("./translations"); exports.guidelinesPage = { name: 'Guidelines', slug: 'guidelines', showInMenu: true, showContentsTable: true, children: [getting_started_1.gettingStartedPage, theming_1.themingPage, routing_1.routingPage, translations_1.translationsPage], // src: async () => '', };