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