namespace AIStudio.Components;

public enum PopoverTriggerMode
{
    BUTTON,
    ICON,
}