UNPKG
animated-pandacss
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Use Animate.css with Panda CSS
anubra266.github.io/animated-pandacss/
anubra266/animated-pandacss
animated-pandacss
/
dist
/
index.d.ts
9 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Preset
}
from
'@pandacss/types'
;
import
*
as
_pandacss_dev
from
'@pandacss/dev'
;
declare
const
keyframes
: _pandacss_dev.
CssKeyframes
;
declare
const
preset
:
Preset
;
export
{ preset
as
default
, keyframes };