UNPKG

@clubmed/trident-icons

Version:

Shared ClubMed Icons library

4 lines (3 loc) 242 B
import { IconResolverProps } from '../IconsResolver'; import { SvgIconProps } from './SvgIcon'; export declare const resolver: (group: string, icons: Omit<IconResolverProps<SvgIconProps>, "component">[]) => IconResolverProps<SvgIconProps>[];