@ones-editor/editor 2.1.7-beta.6 → 2.1.7-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,6 +144,8 @@ export interface CommandItem {
144
144
  group?: string;
145
145
  groupOrder?: number;
146
146
  dropdown?: boolean;
147
+ dropSplit?: boolean;
148
+ splitTooltip?: string;
147
149
  manualShowChildren?: boolean;
148
150
  childrenPlacement?: CommandItemChildrenPlacement;
149
151
  childrenOffset?: [number, number];