@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
35 lines • 1.28 kB
TypeScript
import type { TraversedEntry } from '@scalar/workspace-store/schemas/navigation';
type __VLS_Props = {
id: string;
item: TraversedEntry;
isActive?: boolean;
hasChildren?: boolean;
open?: boolean;
options: {
pathRouting?: {
basePath?: string;
};
onSidebarClick: ((id: string) => void) | undefined;
operationTitleSource: 'path' | 'summary' | undefined;
defaultOpenAllTags: boolean | undefined;
};
};
declare var __VLS_12: {}, __VLS_14: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_12) => any;
} & {
'action-menu'?: (props: typeof __VLS_14) => any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
toggleOpen: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onToggleOpen?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=SidebarElement.vue.d.ts.map