@dineug/erd-editor
Version:
Entity-Relationship Diagram Editor
11 lines (10 loc) • 390 B
TypeScript
import { ValuesType } from '../internal-types';
export declare const Open: {
readonly automaticTablePlacement: "automaticTablePlacement";
readonly tableProperties: "tableProperties";
readonly search: "search";
readonly themeBuilder: "themeBuilder";
readonly diffViewer: "diffViewer";
readonly timeTravel: "timeTravel";
};
export type Open = ValuesType<typeof Open>;