Skip to content

Commit

Permalink
Added RichTextBlockElement type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Oct 14, 2021
1 parent fa6708a commit bd77396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finsweet/ts-utils",
"version": "0.18.4",
"version": "0.18.5",
"description": "Typescript utils for custom Webflow projects.",
"main": "index.ts",
"module": "index.ts",
Expand Down
5 changes: 5 additions & 0 deletions types/WebflowElements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ export type TabsMenuElement = HTMLDivElement;
export type TabLinkElement = HTMLDivElement;
export type TabsContentElement = HTMLDivElement;
export type TabPaneElement = HTMLDivElement;

/**
* Rich Text Block
*/
export type RichTextBlockElement = HTMLDivElement;

0 comments on commit bd77396

Please sign in to comment.