import { TimeoutProps } from 'react-transition-group/Transition'; import { ReactElement } from 'react'; export type RenderItem = (index: number, props?: { timeoutProps?: Partial>; itemKey?: (index: number) => string | number; index2d?: { rowIndex: number; columnIndex: number; }; }) => ReactElement | null; //# sourceMappingURL=RenderItem.d.ts.map