💄 Minor Changes

This commit is contained in:
Dominic Go 2022-01-13 06:37:33 +08:00
parent 1ad2f033fe
commit e4e86265f8

View File

@ -9,7 +9,7 @@ export type UIMenuOptions = 'destructive' | 'displayInline';
// TODO: Next Major Version - Rename to `MenuElementState`
export type MenuState = 'on' | 'off' | 'mixed';
/** Maps to `MenuElement.Attributes` */
/** Maps to `UIMenuElement.Attributes` */
// TODO: Next Major Version - Rename to `MenuElementAttributes`
export type MenuAttributes = 'hidden' | 'disabled' | 'destructive';