Skip to content

Commit

Permalink
[v4] [icons] chore: fix isolatedModules compilation error (#5015)
Browse files Browse the repository at this point in the history
  • Loading branch information
LevanKvirkvelia committed Nov 8, 2021
1 parent 784c34c commit 2c6c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/icon/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { IconName, IconSvgPaths16, IconSvgPaths20, iconNameToPathsRecordKey } fr

import { AbstractPureComponent2, Classes, DISPLAYNAME_PREFIX, IntentProps, Props, MaybeElement } from "../../common";

export { IconName };
export type { IconName };

export enum IconSize {
STANDARD = 16,
Expand Down

1 comment on commit 2c6c046

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[v4] [icons] chore: fix isolatedModules compilation error (#5015)

Previews: documentation | landing | table | modern colors demo

Please sign in to comment.