UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 640 B
import React from 'react'; import type { Theme } from '@mui/material'; import type { BaseIconDropdownProps, IconDropdownProps } from './IconDropdown.types'; declare const BaseIconDropdown: import("@emotion/styled").StyledComponent<import("@mui/material").SelectProps<unknown> & import("@mui/system").MUIStyledCommonProps<Theme> & BaseIconDropdownProps, {}, {}>; declare const DropdownContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & IconDropdownProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export { BaseIconDropdown, DropdownContainer };