UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

5 lines (4 loc) 345 B
import { RootState } from '../../engine/state'; import { Column } from '../../internal-types'; export declare function tablePasteFromTextToColumns({ settings: { show, columnOrder } }: RootState, text: string): Column[]; export declare function tablePasteFromHtmlToColumns({ settings: { show, columnOrder } }: RootState, html: string): Column[];