UNPKG
@syncognito/maya
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Maya Design System - Shared tokens and platform-specific components
gitlab.com/syncognito/maya
@syncognito/maya
/
dist
/
web
/
shared
/
components
/
Card
/
Card.d.ts
9 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
export
interface
CardProps
{
children
:
React
.
ReactNode
;
variant
?:
'default'
|
'elevated'
|
'outlined'
;
padding
?:
'sm'
|
'md'
|
'lg'
;
style
?:
React
.
CSSProperties
; }
export
declare
const
Card
:
React
.
FC
<
CardProps
>;
//# sourceMappingURL=Card.d.ts.map