@scalar/api-client
Version:
the open source API testing client
13 lines • 649 B
TypeScript
type __VLS_Props = {
name: string;
icon: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
close: () => any;
edit: (newName: string, newIcon: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onClose?: (() => any) | undefined;
onEdit?: ((newName: string, newIcon: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=EditSidebarListCollection.vue.d.ts.map