Skip to content

Commit

Permalink
Merge pull request #15 from tylerbarker/tyler/declarations
Browse files Browse the repository at this point in the history
Add type declaration files
  • Loading branch information
srcrip authored Jul 6, 2024
2 parents 9e77ee7 + 9fa73a2 commit 66e898c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { ViewHook } from "../deps/phoenix_live_view"

declare const createLiveToastHook: () => ViewHook

export { createLiveToastHook }

0 comments on commit 66e898c

Please sign in to comment.