@wix/design-system
Version:
@wix/design-system
15 lines • 425 B
TypeScript
import { CardGalleryItemProps } from '.';
export declare const requiredProps: CardGalleryItemProps;
export declare const testkitTests: {
title: string;
props: CardGalleryItemProps;
}[];
export declare const ssrTests: {
title: string;
props: CardGalleryItemProps;
}[];
export declare const a11yTests: {
title: string;
props: CardGalleryItemProps;
}[];
//# sourceMappingURL=CardGalleryItem.meta.d.ts.map