mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
10 lines
242 B
C#
10 lines
242 B
C#
using Avalonia.Controls.Primitives;
|
|
|
|
namespace Artemis.UI.Shared.Pagination;
|
|
|
|
/// <summary>
|
|
/// Represents a pagination ellipsis control that indicates a gap in pagination.
|
|
/// </summary>
|
|
public class PaginationEllipsis : TemplatedControl
|
|
{
|
|
} |