UNPKG
retabler
Version:
alpha (0.0.1-alpha.3)
latest (0.0.1-alpha.0)
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha.0
React Component library via Tabler
retabler
/
build
/
Card
/
CardGroup.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
export
interface
CardGroupProps
{
className
?:
string
;
children
?:
React
.
ReactNode
; }
declare
function
CardGroup
(
{ className, children }:
CardGroupProps
):
JSX
.
Element
;
export
default
CardGroup
;