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