#pragma once

#include <string>

namespace reanimated::css {

bool isDiscreteProperty(const std::string &propName, const std::string &nativeComponentName);

} // namespace reanimated::css
