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
/
Footer.d.ts
10 lines
(7 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
type
Footer
=
React
.
ComponentType
<{
theme
?: {
spacing
?:
object
}; }> & {
displayName
:
'Card.Footer'
; };
export
default
Footer
;