UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

4 lines (3 loc) 182 B
import { RootState } from '../../engine/state'; export declare function tableCopyToText(state: RootState): string; export declare function tableCopyToHtml(state: RootState): string;