@scalar/api-client
Version:
the open source API testing client
23 lines • 896 B
TypeScript
import { type Icon } from '@scalar/components';
type __VLS_Props = {
hotkey?: string;
active: boolean;
label: string;
icon: Icon;
isCollection?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
click: () => any;
close: () => any;
newTab: () => any;
copyUrl: () => any;
closeOtherTabs: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onClick?: (() => any) | undefined;
onClose?: (() => any) | undefined;
onNewTab?: (() => any) | undefined;
onCopyUrl?: (() => any) | undefined;
onCloseOtherTabs?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=TopNavItem.vue.d.ts.map