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 1313 const { device } = configuration
1414
1515 export let notification: Notification
16- export let updateParentOnRemove
16+ export let updateParentOnRemove: () => void
1717
1818 let timeoutId: NodeJS .Timeout
1919
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import ChainBadge from ' ./ChainBadge.svelte'
33 import { defaultNotifyEventStyles , unrecognizedChainStyle } from ' ../../utils'
4- import type { NotificationObject , ChainStyle } from ' ../../types'
4+ import type { Notification , ChainStyle } from ' ../../types'
55 export let chainStyles: ChainStyle = unrecognizedChainStyle
6- export let notification: NotificationObject
6+ export let notification: Notification
77 </script >
88
99<style >
You can’t perform that action at this time.
0 commit comments