@heroui/listbox
Version:
A listbox displays a list of options and allows a user to select one or more of them.
10 lines (7 loc) • 310 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
interface MenuSelectedIconProps {
isSelected: boolean;
disableAnimation?: boolean;
}
declare function ListboxSelectedIcon(props: MenuSelectedIconProps): react_jsx_runtime.JSX.Element;
export { ListboxSelectedIcon, type MenuSelectedIconProps };