@egjs/react-grid
Version:
A React component that can arrange items according to the type of grids
7 lines (6 loc) • 326 B
TypeScript
export declare const REACT_GRID_EVENT_MAP: {
readonly contentError: "onContentError";
readonly renderComplete: "onRenderComplete";
};
export declare const REACT_GRID_EVENTS: readonly ["onContentError", "onRenderComplete"];
export declare const REACT_GRID_PROPS: readonly ["tag", "onContentError", "onRenderComplete"];