// @flow export type ApplyGap = (cellIndex: number, isGap: boolean) => number; declare export default ApplyGap;