@lobehub/icons
Version:
Popular AI / LLM Model Brand SVG Logo and Icon Collection
9 lines (8 loc) • 324 B
TypeScript
import { ReactNode, Ref } from 'react';
import { FlexboxProps } from 'react-layout-kit';
export interface IconPreviewProps extends FlexboxProps {
children: string | ReactNode;
ref?: Ref<HTMLDivElement>;
}
declare const IconPreview: import("react").NamedExoticComponent<IconPreviewProps>;
export default IconPreview;