UNPKG

simple-datatables

Version:

A lightweight, dependency-free JavaScript HTML table plugin.

3 lines (2 loc) 211 B
import { columnsStateType, columnSettingsType } from "./types"; export declare const readColumnSettings: (columnOptions: any[], defaultType: any, defaultFormat: any) => [columnSettingsType[], columnsStateType];