UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

7 lines (6 loc) 186 B
import { AppContext } from '../../../appContext'; export declare function createShowMenus({ store }: AppContext): { checked: boolean; name: string; onClick: () => void; }[];