UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

11 lines (10 loc) 1.17 kB
import React from 'react'; import type { Theme } from '@mui/material'; import type { BaseDropdownItemProps } from './DropdownItem.types'; declare const BaseDropdownItem: import("@emotion/styled").StyledComponent<import("@mui/material").MenuItemOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & { ref?: ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | null | undefined; }, "disabled" | "style" | "dense" | "classes" | "className" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider" | "selected"> & import("@mui/system").MUIStyledCommonProps<Theme> & BaseDropdownItemProps, {}, {}>; declare const KeyboardShortcut: ({ label }: { label: string; }) => import("react/jsx-runtime").JSX.Element; export { BaseDropdownItem, KeyboardShortcut };