UNPKG

tablor-core-beta

Version:

Core features for data tables, grids, and advanced search, pagination, and sorting in Angular.

3 lines (2 loc) 158 B
import { ProcRange, RangeWithAdjustments } from './interfaces'; export declare function convertToStrictDateRange(dateRange: RangeWithAdjustments): ProcRange;