Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 4, 2020 20:24
Show Gist options
  • Save skflowne/5a38ee9bac419bc929c3802ee72482cf to your computer and use it in GitHub Desktop.
Save skflowne/5a38ee9bac419bc929c3802ee72482cf to your computer and use it in GitHub Desktop.
<script lang="ts">
import type { File } from "../../interfaces/file.interface"
export let file: File
</script>
<div>{file.name}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment