mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 08:53:04 +10:00
feat(notifications): added notification system w/ interwoven refactoring
This commit is contained in:
Vendored
+1
-1
@@ -8,6 +8,6 @@ export type NavigationItem = {
|
||||
|
||||
export type QuickActionNav = {
|
||||
icon: Component,
|
||||
notifications?: number,
|
||||
notifications?: Ref<number>,
|
||||
action: () => Promise<void>,
|
||||
}
|
||||
Reference in New Issue
Block a user