UNPKG

@datamonsterr/vdt-dashboard

Version:
10 lines 472 B
import type { ForeignKey, Table } from '@/types/database'; import type { UniqueIdentifier } from '@dnd-kit/core'; interface ConnectionLineProps { foreignKey: ForeignKey; tables: Table[]; onDeleteConnection?: (foreignKeyId: UniqueIdentifier) => void; } export declare function ConnectionLine({ foreignKey, tables, onDeleteConnection }: ConnectionLineProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=ConnectionLine.d.ts.map