UNPKG
@fluidui-org/dom-animation
Version:
beta (2.1.7-beta.2)
latest (2.1.6)
2.1.7-beta.2
2.1.6
Dom Animation from Framer Motion for dynamic import
fluidui.com
fluidui-inc/fluidui
@fluidui-org/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
};