UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

9 lines (8 loc) 319 B
import { FlexboxProps } from '@lobehub/ui'; import { ReactNode, Ref } from 'react'; export interface IconPreviewProps extends FlexboxProps { children: string | ReactNode; ref?: Ref<HTMLDivElement>; } declare const IconPreview: import("react").NamedExoticComponent<IconPreviewProps>; export default IconPreview;