Skip to content

Commit

Permalink
chore: add ts type to docs array
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Apr 18, 2023
1 parent 19f2a78 commit d5b7a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocViewer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
title: "DocViewer",
};

const docs = [
const docs: IDocument[] = [
{ uri: pdfFile },
{ uri: pngFile },
{ uri: csvFile },
Expand Down

0 comments on commit d5b7a72

Please sign in to comment.