feat: move state out of calendar display.
This commit is contained in:
8
src/Ursa/Controls/DateTimePicker/DateRangePicker.cs
Normal file
8
src/Ursa/Controls/DateTimePicker/DateRangePicker.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Avalonia.Controls.Primitives;
|
||||
|
||||
namespace Ursa.Controls;
|
||||
|
||||
public class DateRangePicker : TemplatedControl
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user