UNPKG

731 BTypeScriptView Raw
1import './index-bar.less';
2export type { IndexBarProps, IndexBarRef } from './index-bar';
3export type { IndexBarPanelProps } from './panel';
4declare const _default: import("react").ForwardRefExoticComponent<{
5 sticky?: boolean | undefined;
6 onIndexChange?: ((index: string) => void) | undefined;
7 children?: import("react").ReactNode;
8} & {
9 className?: string | undefined;
10 style?: (import("react").CSSProperties & Partial<Record<"--sticky-offset-top", string>>) | undefined;
11 tabIndex?: number | undefined;
12} & import("react").AriaAttributes & import("react").RefAttributes<import("./index-bar").IndexBarRef>> & {
13 Panel: import("react").FC<import("./panel").IndexBarPanelProps>;
14};
15export default _default;
16
\No newline at end of file