@scalar/api-client
Version:
the open source API testing client
22 lines • 1.12 kB
TypeScript
import type { SidebarState } from '@scalar/sidebar';
import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
import type { TraversedEntry } from '@scalar/workspace-store/schemas/navigation';
type __VLS_Props = {
/** The item to display the decorator for */
item: TraversedEntry;
/** The event bus to emit events to */
eventBus: WorkspaceEventBus;
/** The sidebar state to get the parent entry from */
sidebarState: SidebarState<TraversedEntry>;
/** The target to position the dropdown relative to */
target: HTMLElement;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
closeMenu: () => any;
showDeleteModal: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onCloseMenu?: (() => any) | undefined;
onShowDeleteModal?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=SidebarItemMenu.vue.d.ts.map