UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 189 B
import { FC } from '@dineug/r-html'; import { Memo } from '../../../../internal-types'; export type MemoProps = { memo: Memo; }; declare const Memo: FC<MemoProps>; export default Memo;