antd-mobile
Version:
<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />
12 lines (11 loc) • 560 B
TypeScript
/// <reference types="react" />
import './index-bar.less';
export type { IndexBarProps, IndexBarRef } from './index-bar';
export type { IndexBarPanelProps } from './panel';
declare const _default: import("react").ForwardRefExoticComponent<{
sticky?: boolean | undefined;
children?: import("react").ReactNode;
} & import("../../utils/native-props").NativeProps<"--sticky-offset-top"> & import("react").RefAttributes<import("./index-bar").IndexBarRef>> & {
Panel: import("react").FC<import("./panel").IndexBarPanelProps>;
};
export default _default;