- Preparing search index...
- The search index is not available
@fold-dev/core
Type alias MenuOptionGroupProps
MenuOptionGroupProps: { defaultValue?: string; onChange?: any; title?: string; type?: "radio" | "checkbox"; } & CoreViewProps
Type declaration
-
Optional
defaultValue?: string
-
Optional
onChange?: any
-
Optional
title?: string
-
Optional
type?: "radio" | "checkbox"