mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
add child level context menu
- more typescript
This commit is contained in:
+10
-1
@@ -29,4 +29,13 @@ interface Artist {
|
||||
image: string;
|
||||
}
|
||||
|
||||
export { Track, AlbumInfo, Artist };
|
||||
interface Option {
|
||||
type?: string;
|
||||
label?: string;
|
||||
action?: Function;
|
||||
children?: Option[] | false;
|
||||
icon?: string;
|
||||
critical?: Boolean;
|
||||
}
|
||||
|
||||
export { Track, AlbumInfo, Artist, Option };
|
||||
|
||||
Reference in New Issue
Block a user