mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 18:59:47 +00:00
3 lines
99 B
C#
3 lines
99 B
C#
|
namespace AIStudio.Components.Blocks;
|
||
|
|
||
|
public readonly record struct TreeDivider<T> : ITreeItem<T>;
|