Home
last modified time | relevance | path

Searched defs:IDialogType (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/components/dialogs/components/
H A Dindex.ts21 export type IDialogType = typeof dialogs; alias
22 export type IDialogKey = keyof IDialogType; alias