UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 213 B
import type { JSX } from 'react'; export type ColorModeIconProps = { mode?: 'dark' | 'light' | string; className?: string; }; export declare function ColorModeIcon(props: ColorModeIconProps): JSX.Element;