chore: formatting

This commit is contained in:
2023-11-29 10:53:17 +00:00
parent b6197f533f
commit ca472a5756
5 changed files with 19 additions and 7 deletions

View File

@ -8,7 +8,7 @@ type ProxyImgProps = HTMLProps<HTMLImageElement> & {
className?: string;
promptToLoadDirectly?: boolean;
missingImageElement?: ReactNode;
}
};
export const ProxyImg = ({ size, className, promptToLoadDirectly, missingImageElement, ...props }: ProxyImgProps) => {
const { proxy } = useImgProxy();