hightable
Version:
A dynamic windowed scrolling table component for react
8 lines (7 loc) • 322 B
TypeScript
import type { RefObject } from 'react';
interface PortalContainerContextType {
containerRef: RefObject<HTMLDivElement | null>;
}
export declare const defaultPortalContainerContext: PortalContainerContextType;
export declare const PortalContainerContext: import("react").Context<PortalContainerContextType>;
export {};