- Preparing search index...
- The search index is not available
@fold-dev/core
Type alias BreadcrumbItemProps
BreadcrumbItemProps: { active?: boolean; onClick?: any; separator?: ReactElement | ReactNode; size?: Size; target?: string; to?: string; } & CoreViewProps
Type declaration
-
Optional active?: boolean
-
Optional onClick?: any
-
Optional separator?: ReactElement | ReactNode
-
Optional size?: Size
-
Optional target?: string
-
Optional to?: string