@catho/react-floating-badge
Version:
Floating badge with actions for React
7 lines (6 loc) • 2.85 kB
TypeScript
import type { LinkMenuProps } from './types';
export declare const MenuBox: import("styled-components").StyledComponent<"div", any, LinkMenuProps, "position" | "legend" | "description" | "items" | "badgeHeight" | "badgeMargin" | "menuCloseCallback" | "descriptionBgColor" | "descriptionFontColor" | "descriptionFontSize" | "descriptionMargin" | "legendFontSize" | "legendFontColor" | "legendFontWeight" | "legendSpacing" | "itemFontSize" | "itemVerticalMargin" | "itemHorizontalMargin" | "itemBgColor" | "itemFontColor" | "itemGlyphColor" | "separatorColor" | "width" | "bottomBarColor" | "className">;
export declare const MenuDescription: import("styled-components").StyledComponent<"div", any, LinkMenuProps, "position" | "legend" | "description" | "items" | "badgeHeight" | "badgeMargin" | "menuCloseCallback" | "descriptionBgColor" | "descriptionFontColor" | "descriptionFontSize" | "descriptionMargin" | "legendFontSize" | "legendFontColor" | "legendFontWeight" | "legendSpacing" | "itemFontSize" | "itemVerticalMargin" | "itemHorizontalMargin" | "itemBgColor" | "itemFontColor" | "itemGlyphColor" | "separatorColor" | "width" | "bottomBarColor" | "className">;
export declare const MenuLegend: import("styled-components").StyledComponent<"div", any, LinkMenuProps, "position" | "legend" | "description" | "items" | "badgeHeight" | "badgeMargin" | "menuCloseCallback" | "descriptionBgColor" | "descriptionFontColor" | "descriptionFontSize" | "descriptionMargin" | "legendFontSize" | "legendFontColor" | "legendFontWeight" | "legendSpacing" | "itemFontSize" | "itemVerticalMargin" | "itemHorizontalMargin" | "itemBgColor" | "itemFontColor" | "itemGlyphColor" | "separatorColor" | "width" | "bottomBarColor" | "className">;
export declare const MenuItemList: import("styled-components").StyledComponent<"div", any, LinkMenuProps, "position" | "legend" | "description" | "items" | "badgeHeight" | "badgeMargin" | "menuCloseCallback" | "descriptionBgColor" | "descriptionFontColor" | "descriptionFontSize" | "descriptionMargin" | "legendFontSize" | "legendFontColor" | "legendFontWeight" | "legendSpacing" | "itemFontSize" | "itemVerticalMargin" | "itemHorizontalMargin" | "itemBgColor" | "itemFontColor" | "itemGlyphColor" | "separatorColor" | "width" | "bottomBarColor" | "className">;
export declare const MenuItem: import("styled-components").StyledComponent<"a", any, LinkMenuProps, "position" | "legend" | "description" | "items" | "badgeHeight" | "badgeMargin" | "menuCloseCallback" | "descriptionBgColor" | "descriptionFontColor" | "descriptionFontSize" | "descriptionMargin" | "legendFontSize" | "legendFontColor" | "legendFontWeight" | "legendSpacing" | "itemFontSize" | "itemVerticalMargin" | "itemHorizontalMargin" | "itemBgColor" | "itemFontColor" | "itemGlyphColor" | "separatorColor" | "width" | "bottomBarColor" | "className">;