UNPKG

graphql-birdseye

Version:

graphql visualizer

8 lines (7 loc) 211 B
/// <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;