UNPKG

dash-core-components

Version:

Core component suite for Dash

8 lines (7 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = mathjax => Promise.resolve(window.MathJax || (mathjax === false ? undefined : import(/* webpackChunkName: "mathjax" */'../mathjax').then(() => window.MathJax))); exports.default = _default;