UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

8 lines (7 loc) 428 B
import { ComponentType } from 'react'; import type { StyledMenuItemProps } from './MenuItem.types'; export { CheckIcon, EmptyIcon } from '../List/ListItem.styled'; export declare const StyledMenuItem: ComponentType<StyledMenuItemProps>; export declare const StyledMenuItemStartIcon: ComponentType<any>; export declare const StyledMenuItemEndIcon: ComponentType<any>; export declare const StyledMenuItemText: ComponentType<any>;