UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

10 lines (9 loc) 531 B
import type { SupportedLanguage } from '../../types/codeHighlight'; type __VLS_Props = { text: string; lang: SupportedLanguage; showLineNumbers?: boolean; inline?: boolean; }; 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, {}, any>; export default _default;