import { Rect } from '../types'; export type Optional = Pick, K> & Omit; export type ParentExpandChild = { id: string; parentId: string; rect: Rect; }; //# sourceMappingURL=types.d.ts.map