- Preparing search index...
- The search index is not available
@fold-dev/core
Type alias MenuItemOptionProps
MenuItemOptionProps: { type?: "radio" | "checkbox"; value?: string | number; } & MenuItemProps
Type declaration
-
Optional
type?: "radio" | "checkbox"
-
Optional
value?: string | number