UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 162 B
import React from 'react'; import type { CDNIconProps } from '../../../icons/types'; export declare function Icon(props: CDNIconProps): React.JSX.Element | null;