UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

6 lines (5 loc) 181 B
interface SunriseAnimationProps { active: boolean; } declare const SunriseAnimation: ({ active }: SunriseAnimationProps) => JSX.Element | null; export default SunriseAnimation;