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