introduce .context-many-kids class

This commit is contained in:
geoffrey45
2022-03-26 12:39:26 +03:00
parent da06b9bcc9
commit b7f34e1677
2 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ interface Option {
type?: string;
label?: string;
action?: Function;
children?: Option[] |Promise<Option[]>| false;
children?: Option[] | false;
icon?: string;
critical?: Boolean;
}