Convert Add Indexer Modal to Typescript

This commit is contained in:
Bogdan
2024-07-26 06:25:37 +03:00
parent 5464b23329
commit f1fdec6822
9 changed files with 486 additions and 457 deletions
@@ -10,6 +10,7 @@ interface CssExports {
'indexers': string;
'modalBody': string;
'modalFooter': string;
'notice': string;
'scroller': string;
}
export const cssExports: CssExports;