UNPKG

@wix/design-system

Version:

@wix/design-system

49 lines 1.68 kB
import type { PulseAnimationProps } from '.'; import React from 'react'; export declare const requiredProps: PulseAnimationProps; export declare const testkitTests: { title: string; props: { dataHook?: string; children: React.ReactNode; active?: boolean; onStart?: (event: React.AnimationEvent<HTMLDivElement>) => void; onEnd?: (event: React.AnimationEvent<HTMLDivElement>) => void; loop?: boolean; delay?: string | number; color: "B10" | "R10" | "P10" | "G10"; borderRadius?: React.CSSProperties["borderRadius"]; fluid?: boolean; }; }[]; export declare const ssrTests: { title: string; props: { dataHook?: string; children: React.ReactNode; active?: boolean; onStart?: (event: React.AnimationEvent<HTMLDivElement>) => void; onEnd?: (event: React.AnimationEvent<HTMLDivElement>) => void; loop?: boolean; delay?: string | number; color: "B10" | "R10" | "P10" | "G10"; borderRadius?: React.CSSProperties["borderRadius"]; fluid?: boolean; }; }[]; export declare const a11yTests: { title: string; props: { dataHook?: string; children: React.ReactNode; active?: boolean; onStart?: (event: React.AnimationEvent<HTMLDivElement>) => void; onEnd?: (event: React.AnimationEvent<HTMLDivElement>) => void; loop?: boolean; delay?: string | number; color: "B10" | "R10" | "P10" | "G10"; borderRadius?: React.CSSProperties["borderRadius"]; fluid?: boolean; }; }[]; //# sourceMappingURL=PulseAnimation.meta.d.ts.map