Skip to content

Commit

Permalink
πŸ› Fix Webflow type
Browse files Browse the repository at this point in the history
  • Loading branch information
tidurand committed Jul 18, 2024
1 parent b8e02dc commit f3fdd29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-jeans-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tidurand/webflow-dev-template': patch
---

πŸ› Fix Webflow type
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Webflow } from '@finsweet/ts-utils'
import type { Webflow as WebflowType } from '@finsweet/ts-utils'

declare const Webflow: Webflow
export const Webflow = window.Webflow as WebflowType

Webflow.push(() => {
//Write your code here
Expand Down

0 comments on commit f3fdd29

Please sign in to comment.