1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-09 16:08:48 +01:00
Pinafore-Web-Client-Frontend/routes/_components/timeline/NotificationVirtualListItem.html

17 lines
418 B
HTML
Raw Normal View History

<Notification
notification={{virtualProps.notification}}
timelineType={{virtualProps.timelineType}}
timelineValue={{virtualProps.timelineValue}}
focusSelector={{virtualProps.focusSelector}}
index={{virtualIndex}}
length={{virtualLength}}
on:recalculateHeight />
<script>
2018-02-04 10:05:26 -08:00
import Notification from '../status/Notification.html'
export default {
components: {
Notification
}
}
</script>