UNPKG

@open-iframe-resizer/vue

Version:

Open-source modern iframe resizer component

14 lines (10 loc) 537 B
import { App } from 'vue'; import { ComponentOptionsMixin } from 'vue'; import { ComponentProvideOptions } from 'vue'; import { DefineComponent } from 'vue'; import { PublicProps } from 'vue'; export declare const IframeResizer: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export declare const IframeResizerPlugin: { install(app: App): void; }; export { }