UNPKG

bitran

Version:

📜 Highly customizable text processor and transpiler.

14 lines (13 loc) • 664 B
import { BitranContent } from '../../index.ts'; import { BitranCore } from '../../core/index'; import { BitranRender } from '../index'; type __VLS_Props = { bitranCore: BitranCore; bitranRender: BitranRender; content: BitranContent; scopeId?: string; editMode?: boolean; language?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>; export default _default;