Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

18 lines
652 B
C++

#pragma once
#include "PathViewManager.g.h"
#include "RenderableViewManager.h"
namespace winrt::RNSVG::implementation {
struct PathViewManager : PathViewManagerT<PathViewManager, RNSVG::implementation::RenderableViewManager> {
PathViewManager();
// IViewManagerWithNativeProperties
Windows::Foundation::Collections::IMapView<hstring, Microsoft::ReactNative::ViewManagerPropertyType> NativeProps();
};
} // namespace winrt::RNSVG::implementation
namespace winrt::RNSVG::factory_implementation {
struct PathViewManager : PathViewManagerT<PathViewManager, implementation::PathViewManager> {};
} // namespace winrt::RNSVG::factory_implementation