UNPKG
@v0xoss/dom-animation
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Dom Animation from Framer Motion for dynamic import
vezham.com
vezham/heroui
@v0xoss/dom-animation
/
dist
/
index.mjs
9 lines
(7 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use client"
;
// src/index.ts
import
{ domAnimation }
from
"framer-motion"
;
var
index_default = domAnimation;
export
{ index_default
as
default
};