
/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GeneratePropsH.js
 */
#pragma once

#include <react/renderer/components/view/ViewProps.h>
#include <react/renderer/core/PropsParserContext.h>
#include <react/renderer/graphics/Color.h>
#include <vector>

namespace facebook::react {

class AutoSkeletonIgnoreViewProps final : public ViewProps {
 public:
  AutoSkeletonIgnoreViewProps() = default;
  AutoSkeletonIgnoreViewProps(const PropsParserContext& context, const AutoSkeletonIgnoreViewProps &sourceProps, const RawProps &rawProps);

#pragma mark - Props

  
};

class AutoSkeletonViewProps final : public ViewProps {
 public:
  AutoSkeletonViewProps() = default;
  AutoSkeletonViewProps(const PropsParserContext& context, const AutoSkeletonViewProps &sourceProps, const RawProps &rawProps);

#pragma mark - Props

  bool isLoading{false};
  Float shimmerSpeed{0.0};
  SharedColor shimmerBackgroundColor{};
  std::vector<SharedColor> gradientColors{};
  Float defaultRadius{0.0};
  std::string animationType{};
};

} // namespace facebook::react
