UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

9 lines (8 loc) 309 B
export declare const cycleColorsByLevel: (level?: number) => string | undefined; interface CircleIconProps { sign: string; className?: string; color?: string; } export declare function CircleIcon({ sign, className, color }: CircleIconProps): import("react/jsx-runtime.js").JSX.Element; export {};