table.d.ts 141 B

12
  1. import type { TableUserConfig } from './types/api';
  2. export declare const table: (data: unknown[][], userConfig?: TableUserConfig) => string;