@egjs/react-infinitegrid
Version:
A React component that can arrange items infinitely according to the type of grids
10 lines (9 loc) • 406 B
TypeScript
export declare const REACT_INFINITEGRID_EVENT_MAP: {
readonly onContentError: "contentError";
readonly onRenderComplete: "renderComplete";
readonly onRequestAppend: "requestAppend";
readonly onRequestPrepend: "requestPrepend";
readonly onChangeScroll: "changeScroll";
};
export declare const REACT_INFINITEGRID_EVENTS: string[];
export declare const REACT_INFINITEGRID_PROPS: string[];