Skip to content

Commit

Permalink
feat(typescript): init and setup typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
IB3N committed Nov 11, 2022
1 parent f768b00 commit 0116892
Show file tree
Hide file tree
Showing 5 changed files with 1,006 additions and 8 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.png';
2 changes: 2 additions & 0 deletions index.js → index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import Story from './src/Story';

export * from './src/interfaces';

export const InstaStory = Story;

export default InstaStory;
Loading

0 comments on commit 0116892

Please sign in to comment.