@scalar/api-client
Version:
the open source API testing client
15 lines • 768 B
TypeScript
type __VLS_Props = {
isSquare?: boolean;
method: string;
isEditable?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
change: (value: "delete" | "get" | "put" | "post" | "options" | "head" | "patch" | "trace" | "connect") => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onChange?: (value: "delete" | "get" | "put" | "post" | "options" | "head" | "patch" | "trace" | "connect") => any;
}>, {
isEditable: boolean;
isSquare: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=HttpMethod.vue.d.ts.map