Skip to content

Commit 0bc9739

Browse files
committed
feat: 增加 IDropdownItem 接口
1 parent 1de8373 commit 0bc9739

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the Apache 2.0 License
3+
// See the LICENSE file in the project root for more information.
4+
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
5+
6+
namespace BootstrapBlazor.Components;
7+
8+
/// <summary>
9+
/// IDropdownItem 接口
10+
/// </summary>
11+
public interface IDropdownItem
12+
{
13+
14+
}

0 commit comments

Comments
 (0)