index.ts 161 Bytes
import { withInstall } from '/@/utils';
import markDown from './src/Markdown.vue';

export const MarkDown = withInstall(markDown);
export * from './src/typing';