AI-Studio/app/MindWork AI Studio/Components/ConfigInfoRowItem.cs

9 lines
176 B
C#
Raw Normal View History

namespace AIStudio.Components;
public sealed record ConfigInfoRowItem(
string Icon,
string Text,
string CopyValue,
string CopyTooltip,
string Style = ""
);