Blame view

src/components/Markdown/index.ts 164 Bytes
1
import MarkDownLib from './src/index.vue';
vben authored
2
3

import { withInstall } from '../util';
vben authored
4
5

export * from './src/types';
6
7

export const MarkDown = withInstall(MarkDownLib);