diff --git a/package.json b/package.json index ad9ad3f..1bb1bc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finsweet/ts-utils", - "version": "0.23.3", + "version": "0.23.4", "description": "Typescript utils for custom Webflow projects.", "main": "index.ts", "module": "index.ts", diff --git a/types/index.ts b/types/index.ts index 541f959..0769d17 100644 --- a/types/index.ts +++ b/types/index.ts @@ -6,5 +6,5 @@ export type { PartialExcept } from './PartialExcept'; export type { PickPartial } from './PickPartial'; export type { PickRequired } from './PickRequired'; export type { RequiredExcept } from './RequiredExcept'; -export type { Webflow } from './Webflow'; +export type { Webflow, WebflowModule } from './Webflow'; export * from './WebflowElements';