UNPKG
graphql-birdseye
Version:
latest (1.2.1)
1.2.1
1.1.5
1.1.4
1.1.2
1.1.2-rc2
1.1.2-rc1
1.1.1
1.1.1-rc6
1.1.1-rc5
1.1.1-rc4
1.1.1-rc3
1.1.1-rc2
1.1.1-rc10
1.1.1-rc1
1.1.0
1.1.0-rc4
1.1.0-rc3
1.1.0-rc2
1.1.0-rc1
1.0.9
1.0.9-rc9
1.0.9-rc8
1.0.9-rc7
1.0.9-rc6
1.0.9-rc5
1.0.9-rc4
1.0.9-rc3
1.0.9-rc2
1.0.9-rc10
1.0.9-rc1
1.0.8
1.0.8-rc1
1.0.7
1.0.6
1.0.6-rc3
1.0.6-rc2
1.0.6-rc1
1.0.5
1.0.5-rc1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
graphql visualizer
novvum/graphql-birdseye
graphql-birdseye
/
dist
/
Loader.d.ts
8 lines
(7 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
import
{
Colors
}
from
"graphql-birdseye-core/src/theme"
;
export
interface
Props
{
colors
:
Colors
; }
declare
const
Loader
:
(
props
:
Props
) =>
JSX
.
Element
;
export
default
Loader
;