17 lines
		
	
	
		
			No EOL
		
	
	
		
			418 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			No EOL
		
	
	
		
			418 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<Notification
 | 
						|
  notification={{virtualProps.notification}}
 | 
						|
  timelineType={{virtualProps.timelineType}}
 | 
						|
  timelineValue={{virtualProps.timelineValue}}
 | 
						|
  focusSelector={{virtualProps.focusSelector}}
 | 
						|
  index={{virtualIndex}}
 | 
						|
  length={{virtualLength}}
 | 
						|
  on:recalculateHeight />
 | 
						|
<script>
 | 
						|
  import Notification from '../status/Notification.html'
 | 
						|
 | 
						|
  export default {
 | 
						|
    components: {
 | 
						|
      Notification
 | 
						|
    }
 | 
						|
  }
 | 
						|
</script> |