UNPKG

257 BTypeScriptView Raw
1import { ZoomElement as Element } from './ZoomElement';
2import { ZoomIFrame as IFrame } from './ZoomIFrame';
3export declare const browserSupportsCssZoom: () => boolean;
4export declare const Zoom: {
5 Element: typeof Element;
6 IFrame: typeof IFrame;
7};