UNPKG
@qwu4xyv/system-flow
Version:
latest (0.0.26)
0.0.26
0.0.25
xyflow core system that powers React Flow and Svelte Flow.
github.com/QWu4xYV/xyflow
QWu4xYV/xyflow
@qwu4xyv/system-flow
/
dist
/
esm
/
utils
/
types.d.ts
8 lines
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Rect
}
from
'../types'
;
export
type
Optional
<T, K
extends
keyof T> =
Pick
<
Partial
<T>, K> &
Omit
<T, K>;
export
type
ParentExpandChild
= {
id
:
string
;
parentId
:
string
;
rect
:
Rect
; };
//# sourceMappingURL=types.d.ts.map