UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

4 lines (3 loc) 229 B
import type { IconDropdownProps } from './IconDropdown.types'; declare const IconDropdown: ({ open, disabled, children, ...otherProps }: IconDropdownProps) => import("react/jsx-runtime").JSX.Element; export default IconDropdown;