diff options
Diffstat (limited to 'src/lib/Notification')
| -rw-r--r-- | src/lib/Notification/options.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Notification/options.ts b/src/lib/Notification/options.ts index f14e0d25..a9896540 100644 --- a/src/lib/Notification/options.ts +++ b/src/lib/Notification/options.ts @@ -1,6 +1,6 @@ type Position = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'; -interface Options { +export interface Options { heading: string | number; description: string | number | undefined; position: Position; |