Skip to content

Commit

Permalink
Build for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 10, 2024
1 parent 7e11159 commit 580d5c3
Show file tree
Hide file tree
Showing 3 changed files with 2,144 additions and 2,141 deletions.
8 changes: 6 additions & 2 deletions dist/components/Pages/Admin/Group/GroupDeleteModal.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ declare function __VLS_template(): {
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import('vue').DefineComponent<{
group: GroupInterface;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
deleted: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<{
group: GroupInterface;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
}> & Readonly<{
onDeleted?: ((...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 & {
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 580d5c3

Please sign in to comment.