UNPKG

@difizen/magent-au

Version:
10 lines 298 B
import type { AvatarProps } from 'antd'; interface IProps extends AvatarProps { data: { avatar?: string; id?: string; }; } export declare const KnowledgeIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=knowledge-icon.d.ts.map