UNPKG

simple-datatables

Version:

A lightweight, dependency-free JavaScript HTML table plugin.

5 lines (4 loc) 142 B
/** * Use dayjs to parse cell contents for sorting */ export declare const parseDate: (content: string, format: string) => string | number;