@difizen/magent-au
Version:
11 lines • 374 B
TypeScript
import type { AvatarProps } from 'antd';
interface IProps extends AvatarProps {
data?: {
avatar?: string;
id?: string;
};
}
export declare const PluginIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element;
export declare const DefaultPluginIcon: () => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map