feat(web): ability to align icon at the top for notifs/text ui

This commit is contained in:
Luke
2023-11-15 14:30:33 +01:00
parent 0daaf7a175
commit a50f7a2052
8 changed files with 28 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
---@field style? { [string]: any }
---@field icon? string | {[1]: IconProp, [2]: string};
---@field iconColor? string;
---@field alignIcon? 'top' | 'center';
---`client`
---@param data NotifyProps