vue3-notion
Version:
Vue 3 Unofficial Notion Renderer
30 lines (29 loc) • 860 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
code: {
type: StringConstructor;
};
inline: {
type: BooleanConstructor;
default: boolean;
};
language: {
type: StringConstructor;
default: string;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
code: {
type: StringConstructor;
};
inline: {
type: BooleanConstructor;
default: boolean;
};
language: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
inline: boolean;
language: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;