UNPKG

vue-flip-animation

Version:

# Installation

6 lines (5 loc) 194 B
declare module "*.vue" { import { defineComponent, FunctionalComponent } from "vue"; const component: ReturnType<typeof defineComponent> | FunctionalComponent; export default component; }