2 lines
141 B
TypeScript
Executable file
2 lines
141 B
TypeScript
Executable file
import type { TableUserConfig } from './types/api';
|
|
export declare const table: (data: unknown[][], userConfig?: TableUserConfig) => string;
|