UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

10 lines (9 loc) 244 B
import { Ref } from 'react'; interface PreviewProps { precent?: string; ref?: Ref<HTMLDivElement>; svg: string; title: string; } declare const Preview: import("react").NamedExoticComponent<PreviewProps>; export default Preview;