obsidian-typings 3.16.0 → 3.16.1
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.
- package/dist/cjs/types.d.cts +2 -2
- package/package.json +1 -1
package/dist/cjs/types.d.cts
CHANGED
|
@@ -3627,11 +3627,11 @@ declare module "obsidian" {
|
|
|
3627
3627
|
*/
|
|
3628
3628
|
dom: HTMLElement;
|
|
3629
3629
|
/**
|
|
3630
|
-
* Items contained in the menu.
|
|
3630
|
+
* Items and separators contained in the menu.
|
|
3631
3631
|
*
|
|
3632
3632
|
* @unofficial
|
|
3633
3633
|
*/
|
|
3634
|
-
items: MenuItem[];
|
|
3634
|
+
items: (MenuItem | MenuSeparator)[];
|
|
3635
3635
|
/**
|
|
3636
3636
|
* Parent menu of the current menu.
|
|
3637
3637
|
*
|