UNPKG

loadable-image

Version:
4 lines (3 loc) 147 B
import type { FC } from 'react'; import type { AsyncImageProps } from './async-image.types'; export declare const AsyncImage: FC<AsyncImageProps>;