UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 413 B
import { ClickableCardProps } from '.'; export declare const requiredProps: ClickableCardProps; export declare const testkitTests: { title: string; props: ClickableCardProps; }[]; export declare const ssrTests: { title: string; props: ClickableCardProps; }[]; export declare const a11yTests: { title: string; props: ClickableCardProps; }[]; //# sourceMappingURL=ClickableCard.meta.d.ts.map