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