mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
9 lines
167 B
C#
9 lines
167 B
C#
namespace Oqtane.Themes
|
|
{
|
|
public interface ILayoutControl
|
|
{
|
|
string Panes { get; } // identifies all panes in a theme ( delimited by ";" )
|
|
|
|
}
|
|
}
|