[improvement] default props in tsx (#2789)
This commit is contained in:
@@ -13,7 +13,7 @@ export type CardProps = {
|
||||
thumb?: string;
|
||||
title?: string;
|
||||
price?: number | string;
|
||||
currency?: string;
|
||||
currency: string;
|
||||
centered?: boolean;
|
||||
lazyLoad?: boolean;
|
||||
thumbLink?: string;
|
||||
|
||||
Reference in New Issue
Block a user