Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 11, 2024
1 parent 4eb2c61 commit bceb461
Show file tree
Hide file tree
Showing 4 changed files with 6,392 additions and 6,283 deletions.
25 changes: 25 additions & 0 deletions dist/components/Pages/Admin/Group/GroupEditModal.vue.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import { GroupInterface } from '@userfrosting/sprinkle-account/types';
declare function __VLS_template(): {
slots: {
default?(_: {}): any;
};
refs: {};
attrs: Partial<{}>;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<{
group: GroupInterface;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
saved: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<{
group: GroupInterface;
}> & Readonly<{
onSaved?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};
Loading

0 comments on commit bceb461

Please sign in to comment.