@rise4fun/docusaurus-theme-codesandbox-button
Version:
CodeSandbox components for Docusaurus.
23 lines (22 loc) • 743 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSwizzleComponentList = void 0;
const tslib_1 = require("tslib");
const validate_peer_dependencies_1 = tslib_1.__importDefault(require("validate-peer-dependencies"));
(0, validate_peer_dependencies_1.default)(__dirname);
function themeCodeSandboxButton() {
return {
name: '@rise4fun/docusaurus-theme-codesandbox-button',
getThemePath() {
return '../lib/theme';
},
getTypeScriptThemePath() {
return '../src/theme';
},
};
}
exports.default = themeCodeSandboxButton;
function getSwizzleComponentList() {
return undefined;
}
exports.getSwizzleComponentList = getSwizzleComponentList;