11 lines
305 B
JavaScript
11 lines
305 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
const common_1 = require("../../_styles/common");
|
||
|
const light_1 = require("./light");
|
||
|
const breadcrumbDark = {
|
||
|
name: 'Breadcrumb',
|
||
|
common: common_1.commonDark,
|
||
|
self: light_1.self
|
||
|
};
|
||
|
exports.default = breadcrumbDark;
|