UNPKG

vue-smooth-reflow

Version:

Transition reflow in response to vue data changes.

10 lines (8 loc) 263 B
import Vue from "vue"; import { Options } from "./vue-smooth-reflow"; declare module "vue/types/vue" { interface Vue { $smoothReflow?(options?: Options | Array<Options>): void; $unsmoothReflow?(options?: Options | Array<Options>): void; } }