This commit is contained in:
qsc 2023-06-27 15:20:18 +08:00
parent 6196bfc6af
commit 467d14394e
2 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ export default function render(props: WebComponentProps<EntityDict, "extraFile",
closeModal1: () => void;
closeModal: () => void;
onModal1Confirm: (value: number) => void;
}>): JSX.Element;
}>): import("react/jsx-runtime").JSX.Element;
export {};

View File

@ -15,4 +15,4 @@ export default function Render(props: WebComponentProps<EntityDict, 'user', true
goUpsert: () => void;
goUpdate: (id: string) => void;
confirmDelete: (id: string) => Promise<void>;
}>): JSX.Element;
}>): import("react/jsx-runtime").JSX.Element;