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