Skip to content

Commit

Permalink
fix: make renderer owner optional [skip ci] (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jun 17, 2020
1 parent df5ce44 commit dd29710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export type NotificationPosition =

export type NotificationRenderer = (
root: HTMLElement,
notification: NotificationElement
notification?: NotificationElement
) => void;

0 comments on commit dd29710

Please # to comment.