ant-design-blazor/components/carousel/AntCarouselEffect.cs

15 lines
290 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AntBlazor
{
public static class AntCarouselEffect
{
public const string ScrollX = "scrollx";
public const string Fade = "fade";
}
}