Skip to content

Commit

Permalink
fix(esm): import enums
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed May 9, 2021
1 parent a42cefc commit 883a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm/RawJSONBuilder.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import _RawJSONBuilder from "../lib/RawJSONBuilder.js";

export default _RawJSONBuilder;

export const { RawJSONBuilder } = _RawJSONBuilder;
export const { RawJSONBuilder, ClickAction, HoverAction, Color } = _RawJSONBuilder;

0 comments on commit 883a358

Please sign in to comment.