UNPKG

@ka1do/kit

Version:
7 lines (6 loc) 204 B
import type { BaseConfig, Row } from './types/internal'; declare const _default: (rows: Row[], config: BaseConfig) => number[]; /** * Calculates the vertical row span index. */ export default _default;