UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 202 B
import type { JSX } from 'react'; export type ColorModeSwitcherProps = { className?: string; }; export declare function ColorModeSwitcher({ className }: ColorModeSwitcherProps): JSX.Element | null;