UNPKG

react-img-webp

Version:

React rendering WebP on supported platforms

6 lines (5 loc) 142 B
import * as React from "react"; export interface WebPValue { supportWebP: boolean; } export declare const WebP: React.Context<WebPValue>;