UNPKG

@alice-ui/react

Version:
9 lines (6 loc) 278 B
import * as react_jsx_runtime from 'react/jsx-runtime'; interface MenuSelectedIconProps { isSelected: boolean; } declare function ListBoxSelectedIcon(props: MenuSelectedIconProps): react_jsx_runtime.JSX.Element; export { ListBoxSelectedIcon, type MenuSelectedIconProps };