UNPKG

siegel

Version:

Web application development ecosystem

7 lines (6 loc) 265 B
import type { TableTH } from '../../Table/types'; import type { MergedProps, State } from '../types'; declare function getHead(props: MergedProps, state: State, resultIDs: string[], from: number, to: number): { children: TableTH[]; }[]; export default getHead;