gather-content-ui
Version:
GatherContent UI Library
12 lines • 446 B
TypeScript
import React from "react";
export declare const WindowingContext: React.Context<{}>;
declare function Windowing({ children, containerHeight, debounceTimer, itemHeight, buffer, allIds, }: any): import("react/jsx-runtime").JSX.Element;
declare namespace Windowing {
var defaultProps: {
debounceTimer: number;
containerHeight: string;
buffer: number;
};
}
export { Windowing };
//# sourceMappingURL=Windowing.d.ts.map