@nichoth/image
Version:
An image component
9 lines • 318 B
TypeScript
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