UNPKG

@nichoth/image

Version:
9 lines 318 B
import { FunctionComponent } from 'preact'; import { Props } from './attributes.js'; export declare const Image: FunctionComponent<Props>; interface BlurProps extends Props { blurPlaceholder: string; } export declare const BlurredImage: FunctionComponent<BlurProps>; export {}; //# sourceMappingURL=preact.d.ts.map