UNPKG

@paperlinkai/chat

Version:

PaperLink AI Chat Widget - Easy integration for any website

13 lines (11 loc) 357 B
import { CustomIcons } from '../../types/widget'; import { FunctionComponent } from 'preact'; interface DynamicIconProps { type: keyof CustomIcons; customUrl?: string; className?: string; fill?: string; style?: Record<string, string>; } export declare const DynamicIcon: FunctionComponent<DynamicIconProps>; export default DynamicIcon;