@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
23 lines • 941 B
TypeScript
import { type ThemeId } from '@scalar/themes';
type __VLS_Props = {
theme: ThemeId;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
changeTheme: (args_0: {
id: ThemeId;
label: string;
}) => any;
loadSwaggerFile: () => any;
linkSwaggerFile: () => any;
updateContent: (value: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onChangeTheme?: ((args_0: {
id: ThemeId;
label: string;
}) => any) | undefined;
onLoadSwaggerFile?: (() => any) | undefined;
onLinkSwaggerFile?: (() => any) | undefined;
onUpdateContent?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=GettingStarted.vue.d.ts.map