blob: db1b397073ca4c1091395cf95366b7d2f69eeab9 [file] [log] [blame] [edit]
import type { TableUserConfig } from './types/api';
export declare const table: (data: unknown[][], userConfig?: TableUserConfig) => string;