UNPKG
@davidyaha/graphql-birdseye
Version:
latest (1.0.8)
1.0.8
1.0.7
graphql visualizer
github.com/novvum/graphql-birdseye
novvum/graphql-birdseye
@davidyaha/graphql-birdseye
/
dist
/
jointjs
/
shapes.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
{
Theme
}
from
"../defaultTheme"
;
declare
const
_default
:
(
joint
:
any
,
theme
:
Theme
) =>
void
;
export
default
_default;