@namba_one/ui-kit-2 1.0.285 → 1.0.286

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
@@ -2361,6 +2361,15 @@ export declare type ButtonIconSkeletonProps = {
2361
2361
  isRound?: boolean;
2362
2362
  };
2363
2363
 
2364
+ export declare const ButtonMenu: DefineComponent<ButtonMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonMenuProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2365
+
2366
+ export declare type ButtonMenuProps = {
2367
+ name: string;
2368
+ description: string;
2369
+ image: string;
2370
+ isCollapsed?: boolean;
2371
+ };
2372
+
2364
2373
  export declare type ButtonProps = ButtonBaseProps & {
2365
2374
  view?: (typeof views_3)[number];
2366
2375
  size?: (typeof sizes_2)[number];