vuepress-plugin-md-enhance
Version:
Markdown enhancement plugin for vuepress
13 lines (11 loc) • 648 B
JavaScript
import { n as useSandpackConfig, t as defineSandpackConfig } from "../sandpack-B2eVgAK3.js";
import { n as useVuePlaygroundConfig, t as defineVuePlaygroundConfig } from "../vuePlayground-tgVtutxP.js";
//#region src/client/helpers/kotlinPlayground.ts
let kotlinPlaygroundOptions = {};
const defineKotlinPlaygroundConfig = (options) => {
kotlinPlaygroundOptions = options;
};
const useKotlinPlaygroundConfig = () => kotlinPlaygroundOptions;
//#endregion
export { defineKotlinPlaygroundConfig, defineSandpackConfig, defineVuePlaygroundConfig, useKotlinPlaygroundConfig, useSandpackConfig, useVuePlaygroundConfig };
//# sourceMappingURL=index.js.map