Files
Schnappix/node_modules/react-native-svg/windows/RNSVG/Fabric/UnsupportedSvgView.h
T

10 lines
279 B
C++

#pragma once
#include "RenderableView.h"
namespace winrt::RNSVG::implementation {
void RegisterUnsupportedSvgComponent(const winrt::hstring& name, const winrt::Microsoft::ReactNative::IReactPackageBuilderFabric &builder) noexcept;
} // namespace winrt::RNSVG::implementation