Files
ruoyi-plus-vben5-h/packages/effects/common-ui/src/components/code-mirror/index.ts
2024-09-09 15:12:42 +08:00

3 lines
106 B
TypeScript

export { default as CodeMirror } from './code-mirror.vue';
export type { LanguageSupport } from './data';