UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

3 lines (2 loc) 128 B
import { DeepPartial, Memo } from '../../internal-types'; export declare const createMemo: (value?: DeepPartial<Memo>) => Memo;