We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ce0b commit 22da2faCopy full SHA for 22da2fa
src/models/constructor-items/common.ts
@@ -314,28 +314,12 @@ export interface TitleBaseProps {
314
}
315
316
// card
317
-export interface CardData {
318
- header?: CardHeader;
319
- text?: string;
320
- title?: string;
321
- link?: LinkProps;
322
- footer?: string;
323
- url?: string;
324
- service?: {slug: string; name: string};
325
- links?: LinkProps[];
326
-}
327
-
328
export type CardBorder = 'shadow' | 'line' | 'none';
329
330
export interface CardBaseProps {
331
border?: CardBorder;
332
333
334
-export interface CardHeader {
335
336
- image?: ImageProps;
337
338
339
//price
340
export interface PriceDescriptionProps {
341
title: string;
0 commit comments