ant-design-blazor/components/AssemblyInfo.cs
James Yeung 58504bba1b refactor(formatter): merge the special method of timespan into formatter (#575)
* refactor(formatter): merge the special method of timespan into formatter

* test: add test for formatte
2020-09-06 15:31:40 +08:00

4 lines
93 B
C#

using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("AntDesign.Tests")]