UNPKG
@visa/nova-react
Version:
latest (3.1.0)
3.1.0
3.0.0
2.5.4
2.5.3
2.5.2
Visa Product Design System Nova React library. Compatible with React ^19.
@visa/nova-react
/
footer
/
index.mjs
2 lines
(1 loc)
•
188 B
JavaScript
View Raw
1
2
import
{jsx
as
o}
from
"react/jsx-runtime"
;
import
t
from
"clsx"
;
const
a
=(
{className:a,tag:e=
"footer"
,...r}
)=>
o
(e,{
className
:
t
(
"v-footer"
,a),...r});a.
displayName
=
"Footer"
;
export
{a
as
default
};