@scalar/api-client
Version:
the open source API testing client
9 lines • 600 B
TypeScript
import type { Operation } from '@scalar/oas-utils/entities/spec';
type __VLS_Props = {
operation: Operation;
/** The id of the target to use for the popover (e.g. address bar) */
target: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=AddressBarHistory.vue.d.ts.map