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
@visa/nova-react
/
thead
/
index.mjs
2 lines
(1 loc)
•
187 B
JavaScript
View Raw
1
2
import
{jsx
as
e}
from
"react/jsx-runtime"
;
import
{forwardRefTyped
as
r}
from
"../types/index.mjs"
;
const
t
=(
r,t
)=>
e
(
"thead"
,{
ref
:t,...r});
var
a=
r
(t);t.
displayName
=
"Thead"
;
export
{a
as
default
};