UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

9 lines (8 loc) 1.34 kB
/// <reference types="react" /> import type { ListSubheaderProps } from './List.types'; export declare const MuiList: import("@emotion/styled").StyledComponent<import("@mui/material").ListOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & { ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined; }, "style" | "dense" | "classes" | "className" | "children" | "sx" | "subheader" | "disablePadding"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>; export declare const MuiListSubheader: import("@emotion/styled").StyledComponent<import("@mui/material").ListSubheaderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & { ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined; }, "color" | "inset" | "style" | "classes" | "className" | "children" | "sx" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & ListSubheaderProps, {}, {}>;