File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/core/src/views/notify Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
const { device } = configuration
14
14
15
15
export let notification: Notification
16
- export let updateParentOnRemove
16
+ export let updateParentOnRemove: () => void
17
17
18
18
let timeoutId: NodeJS .Timeout
19
19
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import ChainBadge from ' ./ChainBadge.svelte'
3
3
import { defaultNotifyEventStyles , unrecognizedChainStyle } from ' ../../utils'
4
- import type { NotificationObject , ChainStyle } from ' ../../types'
4
+ import type { Notification , ChainStyle } from ' ../../types'
5
5
export let chainStyles: ChainStyle = unrecognizedChainStyle
6
- export let notification: NotificationObject
6
+ export let notification: Notification
7
7
</script >
8
8
9
9
<style >
You can’t perform that action at this time.
0 commit comments