- IndexBar(props): ReactNode
Parameters
props: {
children?: ReactNode;
onIndexChange?: ((index) => void);
sticky?: boolean;
} & {
className?: string;
style?: CSSProperties & Partial<Record<"--sticky-offset-top", string>>;
tabIndex?: number;
} & AriaAttributes & RefAttributes<IndexBarRef>
Returns ReactNode
Properties
Readonly $$typeof
$$typeof: symbol
Panel
Optional defaultProps
defaultProps?: Partial<{ children?: ReactNode; onIndexChange?: ((index) => void); sticky?: boolean; } & { className?: string; style?: CSSProperties & Partial<Record<"--sticky-offset-top", string>>; tabIndex?: number; } & AriaAttributes & RefAttributes<IndexBarRef>> Optional displayName
displayName?: string
Optional propTypes
propTypes?: WeakValidationMap<{ children?: ReactNode; onIndexChange?: ((index) => void); sticky?: boolean; } & { className?: string; style?: CSSProperties & Partial<Record<"--sticky-offset-top", string>>; tabIndex?: number; } & AriaAttributes & RefAttributes<IndexBarRef>>
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.