@egjs/react-grid
Version:
A React component that can arrange items according to the type of grids
15 lines (12 loc) • 296 B
text/typescript
export const REACT_GRID_EVENT_MAP = {
"contentError": "onContentError",
"renderComplete": "onRenderComplete",
} as const;
export const REACT_GRID_EVENTS = [
"onContentError",
"onRenderComplete",
] as const;
export const REACT_GRID_PROPS = [
"tag",
...REACT_GRID_EVENTS,
] as const;