UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

5 lines (4 loc) 114 B
import { Store } from './store'; export declare function createHooks(store: Store): { destroy: () => void; };