Skip to content

Commit

Permalink
Theming: Fix export of module augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 18, 2024
1 parent de9fb94 commit caf59a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/lib/theming/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import type { FunctionInterpolation, Interpolation } from '@emotion/react';
import type { StorybookTheme } from './types';

/// <reference path="./emotionAugmentation.d.ts" />

export { default as styled } from '@emotion/styled';

export type { StyledComponent } from '@emotion/styled';
Expand All @@ -32,6 +30,7 @@ export type {

export * from './base';
export * from './types';
export * from './emotionAugmentation.d';

export { default as createCache } from '@emotion/cache';
export { default as isPropValid } from '@emotion/is-prop-valid';
Expand Down

0 comments on commit caf59a0

Please sign in to comment.