From 4d7073e3db0697dfd60fda7aaa6e387e47801756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 8 Aug 2022 11:45:15 +0300 Subject: [PATCH] refactor --- src/components/menuitem/MenuItem.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menuitem/MenuItem.d.ts b/src/components/menuitem/MenuItem.d.ts index a11358210..83fbc7a17 100644 --- a/src/components/menuitem/MenuItem.d.ts +++ b/src/components/menuitem/MenuItem.d.ts @@ -38,7 +38,7 @@ export interface MenuItem { * Callback to execute when item is clicked. * @param {@link MenuItemCommandEvent} event - Custom command event. */ - command?(event: MenuItemCommandEvent): void; + command?: (event: MenuItemCommandEvent): void; /** * External link to navigate when item is clicked. */