UNPKG
@age/quantum
Version:
latest (3.11.2-weseek.3)
3.11.2-weseek.3
3.11.2-weseek.2
3.11.2-weseek.1
3.0.0-weseek.2
3.0.0-weseek.1
2.4.2
2.4.1-weseek.1
Catho react components
github.com/catho/quantum
catho/quantum
@age/quantum
/
Card
/
HeaderText.d.ts
8 lines
(5 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
type
HeaderText
=
React
.
ComponentType
& {
displayName
:
'Card.HeaderText'
; };
export
default
HeaderText
;