This commit is contained in:
parent
6196bfc6af
commit
467d14394e
|
|
@ -18,5 +18,5 @@ export default function render(props: WebComponentProps<EntityDict, "extraFile",
|
||||||
closeModal1: () => void;
|
closeModal1: () => void;
|
||||||
closeModal: () => void;
|
closeModal: () => void;
|
||||||
onModal1Confirm: (value: number) => void;
|
onModal1Confirm: (value: number) => void;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
export {};
|
export {};
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', true
|
||||||
goUpsert: () => void;
|
goUpsert: () => void;
|
||||||
goUpdate: (id: string) => void;
|
goUpdate: (id: string) => void;
|
||||||
confirmDelete: (id: string) => Promise<void>;
|
confirmDelete: (id: string) => Promise<void>;
|
||||||
}>): JSX.Element;
|
}>): import("react/jsx-runtime").JSX.Element;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue