UNPKG

@prezly/theme-kit-ui

Version:
7 lines (6 loc) 213 B
import type { BaseProps } from './types'; interface Props { icon?: BaseProps['icon']; } export declare function Icon({ icon: IconComponent }: Props): import("react/jsx-runtime").JSX.Element | null; export {};