UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

9 lines (8 loc) 301 B
/// <reference types="react" /> import { TagProps } from '@lobehub/ui'; export interface ModelTagProps extends Omit<TagProps, 'icon' | 'children'> { model: string; type?: 'color' | 'mono'; } declare const ModelTag: import("react").NamedExoticComponent<ModelTagProps>; export default ModelTag;