Type alias onRenderSeparatorComponentFn
onRenderSeparatorComponentFn: ((defaultComponent: HTMLElement, componentType: "separator") => HTMLElement | undefined)
Type declaration
-
- (defaultComponent: HTMLElement, componentType: "separator"): HTMLElement | undefined
-
Parameters
-
defaultComponent: HTMLElement
-
componentType: "separator"
Returns HTMLElement | undefined