UNPKG
@plaso-design/pro-card
Version:
latest (2.5.32)
2.5.32
2.5.31
2.5.30
2.5.29
@plaso-design/pro-card
hongfei.hu.plaso.com.cn/pro-components-plaso/components/card
@plaso-design/pro-card
/
lib
/
components
/
Card
/
index.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
type
{
CardProps
}
from
'../../typing'
;
declare
const
Card
:
React
.
ForwardRefExoticComponent
<
Omit
<
CardProps
,
"ref"
> &
React
.
RefAttributes
<
unknown
>>;
export
default
Card
;