UNPKG

@happysanta/router

Version:
35 lines (29 loc) 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ROOT_MAIN = exports.PAGE_MAIN = exports.PANEL_MAIN = exports.VIEW_MAIN = void 0; /** * @ignore * @packageDocumentation */ /** * @ignore */ var VIEW_MAIN = 'view_main'; /** * @ignore */ exports.VIEW_MAIN = VIEW_MAIN; var PANEL_MAIN = 'panel_main'; /** * @ignore */ exports.PANEL_MAIN = PANEL_MAIN; var PAGE_MAIN = '/'; /** * @ignore */ exports.PAGE_MAIN = PAGE_MAIN; var ROOT_MAIN = 'root_main'; exports.ROOT_MAIN = ROOT_MAIN;