@scalar/api-client
Version:
the open source API testing client
20 lines • 810 B
TypeScript
type __VLS_Props = {
variable: {
uid: string;
name: string;
isDefault: boolean;
};
warningMessage: string | undefined;
isCopyable?: boolean;
isDeletable?: boolean;
isRenameable?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
delete: (id: string) => any;
rename: (id: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onDelete?: ((id: string) => any) | undefined;
onRename?: ((id: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=SidebarListElementActions.vue.d.ts.map