UNPKG

react-img-webp

Version:

React rendering WebP on supported platforms

6 lines (5 loc) 173 B
import * as React from "react"; export interface WebPControllerProps { accept: string | undefined; } export declare const WebPController: React.FC<WebPControllerProps>;