#pragma once #include #include #include namespace reanimated::css { EasingFunction steps( const std::vector &pointsX, const std::vector &pointsY); } // namespace reanimated::css