@namba_one/ui-kit-2 1.0.58 → 1.0.60

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/index.d.ts CHANGED
@@ -1151,7 +1151,11 @@ declare const masks: {
1151
1151
  };
1152
1152
  };
1153
1153
 
1154
- export declare const MenuBarItem: DefineComponent<MenuBarItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1154
+ export declare const MenuBarItem: DefineComponent<MenuBarItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1155
+ click: () => any;
1156
+ }, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{
1157
+ onClick?: (() => any) | undefined;
1158
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1155
1159
 
1156
1160
  export declare type MenuBarItemProps = {
1157
1161
  icon?: Maybe<IconName>;