UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

11 lines 536 B
import { MenuItem, MenuItemProps, Polymorphic } from '../../..'; export declare type MenuItemCheckboxProps = MenuItemProps & { /** * Set the default checked state of the checkbox item */ checked?: boolean; }; declare type MenuItemCheckboxComponent = Polymorphic.ForwardRefComponent<Polymorphic.IntrinsicElement<typeof MenuItem>, Polymorphic.OwnProps<typeof MenuItem> & MenuItemCheckboxProps>; export declare const MenuItemCheckbox: MenuItemCheckboxComponent; export {}; //# sourceMappingURL=menu-item-checkbox.d.ts.map