UNPKG

@syncognito/maya

Version:

Maya Design System - Shared tokens and platform-specific components

9 lines 289 B
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