UNPKG
@grandlinex/react-components
Version:
alpha (0.10.0-alpha.16)
latest (0.9.2)
0.10.0-alpha.16
0.10.0-alpha.15
0.10.0-alpha.14
0.10.0-alpha.13
0.10.0-alpha.12
0.10.0-alpha.11
0.10.0-alpha.10
0.10.0-alpha.9
0.10.0-alpha.8
0.10.0-alpha.7
0.10.0-alpha.6
0.10.0-alpha.5
0.10.0-alpha.4
0.10.0-alpha.3
0.10.0-alpha.2
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.6
0.3.4
0.3.3
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
## Info
github.com/GrandlineX/react-components
GrandlineX/react-components
@grandlinex/react-components
/
dist
/
components
/
box
/
AnimateBox.d.ts
7 lines
(6 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
export
default
function
AnimateBox
(
{
type
, children, customBackground, }: { children?: React.ReactNode | React.ReactNode[];
type
:
'glow'
|
'rotate'
; customBackground?:
string
; }
):
React
.
JSX
.
Element
;