at main 94 B view raw
1export interface CardFactProps { 2 title: string; 3 subtitle: string; 4 className?: string; 5}