UNPKG
vue-flip-animation
Version:
latest (1.0.1)
1.0.1
# Installation
vue-flip-animation
/
types
/
index.d.ts
6 lines
(5 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
"*.vue"
{
import
{ defineComponent,
FunctionalComponent
}
from
"vue"
;
const
component
:
ReturnType
<
typeof
defineComponent> |
FunctionalComponent
;
export
default
component; }