UNPKG

gridjs

Version:

Advanced table plugin

6 lines (5 loc) 165 B
import { Context } from 'preact'; import { Config } from '../config'; export default function getConfig(context: { [key: string]: Context<any>; }): Config;