feat: add styleClass as an option to Dialogs.
This commit is contained in:
@@ -22,4 +22,6 @@ public class DrawerOptions
|
||||
public int? TopLevelHashCode { get; set; }
|
||||
|
||||
public bool CanResize { get; set; }
|
||||
|
||||
public string? StyleClass { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user