feat: init new partial modal

This commit is contained in:
divocat
2025-10-17 23:06:36 +03:00
parent 40dac07b29
commit af36cf3026
7 changed files with 21 additions and 5 deletions

View File

@@ -35,6 +35,11 @@ declare global {
};
const _ = (_key: string) => string;
const ui = {
showModal: (_title: stirng, _content: HtmlElement) => undefined,
hideModal: () => undefined,
};
}
export {};