Files
supplier-dispatch-h5/node_modules/table/dist/src/table.d.ts
2023-08-11 10:45:20 +08:00

3 lines
141 B
TypeScript

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