From e4e86265f856130aed6d01366546abc20c5d6938 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Thu, 13 Jan 2022 06:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Minor=20Changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/MenuConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/MenuConfig.ts b/src/types/MenuConfig.ts index f9ec5c6..7b8bd47 100644 --- a/src/types/MenuConfig.ts +++ b/src/types/MenuConfig.ts @@ -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';