@scalar/api-client
Version:
the open source API testing client
15 lines • 667 B
TypeScript
type __VLS_Props = {
/** The request uid to pre-select */
metaData?: {
itemUid: string;
};
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
close: () => any;
back: (e: KeyboardEvent) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onClose?: (() => any) | undefined;
onBack?: ((e: KeyboardEvent) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=CommandPaletteExample.vue.d.ts.map