@gzued/antd-compiled
Version:
Pre-bundled Ant Design 4.x and related dependencies for @gzued packages
12 lines (11 loc) • 387 B
TypeScript
import * as React from 'react';
interface StickyScrollBarProps {
scrollBodyRef: React.RefObject<HTMLDivElement>;
onScroll: (params: {
scrollLeft?: number;
}) => void;
offsetScroll: number;
container: HTMLElement | Window;
}
declare const _default: React.ForwardRefExoticComponent<StickyScrollBarProps & React.RefAttributes<unknown>>;
export default _default;