Skip to content

Commit

Permalink
move types to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrip committed Jul 6, 2024
1 parent 8b83a95 commit 9fa73a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 }
5 changes: 0 additions & 5 deletions assets/js/live_toast/index.d.ts

This file was deleted.

0 comments on commit 9fa73a2

Please sign in to comment.