@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
15 lines • 911 B
TypeScript
import { Menu as MantineMenu, MenuItemProps as MantineMenuItemProps } from '@mantine/core';
import { ButtonWithDisabledTooltipProps } from '../Button/ButtonWithDisabledTooltip.js';
export interface MenuItemProps extends MantineMenuItemProps, ButtonWithDisabledTooltipProps {
}
export declare const Menu: ((_props: import("@mantine/core").MenuProps) => import("react/jsx-runtime").JSX.Element) & typeof MantineMenu & {
displayName: string;
Item: (<C = "button">(props: import("@mantine/utils").PolymorphicComponentProps<C, MenuItemProps>) => React.ReactElement) & Omit<import("react").FunctionComponent<(MenuItemProps & {
component?: any;
} & Omit<Pick<any, string | number | symbol>, "component" | keyof MenuItemProps> & {
ref?: any;
}) | (MenuItemProps & {
component: React.ElementType<any>;
})>, never> & Record<string, never>;
};
//# sourceMappingURL=Menu.d.ts.map