projecte_ionic/node_modules/table/dist/getBorderCharacters.d.ts
2022-02-09 18:30:03 +01:00

2 lines
123 B
TypeScript
Executable file

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