vue-markdown-shiki
Version:
A Vue 3 component library that provides integration with Shiki and Markdown-it.
22 lines (21 loc) • 754 B
TypeScript
import { PropType } from 'vue';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
names: {
type: PropType<String[]>;
required: true;
};
blocks: {
type: PropType<NodeListOf<Element>>;
required: true;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
names: {
type: PropType<String[]>;
required: true;
};
blocks: {
type: PropType<NodeListOf<Element>>;
required: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;