UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

10 lines (9 loc) 311 B
import React from 'react'; export declare const cycleColorsByLevel: (level?: number) => string | undefined; interface CircleIconProps { sign: string; className?: string; color?: string; } export declare function CircleIcon({ sign, className, color }: CircleIconProps): React.JSX.Element; export {};