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

3 lines
123 B
TypeScript

import type { BorderConfig } from './types/api';
export declare const getBorderCharacters: (name: string) => BorderConfig;