11 lines
247 B
C++
11 lines
247 B
C++
#pragma once
|
|
|
|
#include "GroupView.h"
|
|
|
|
namespace winrt::RNSVG::implementation {
|
|
|
|
void RegisterRadialGradientComponent(const winrt::Microsoft::ReactNative::IReactPackageBuilderFabric &builder) noexcept;
|
|
|
|
|
|
} // namespace winrt::RNSVG::implementation
|