diff --git a/code/lib/theming/src/index.ts b/code/lib/theming/src/index.ts index fe048aa0f2dd..9c964ea8a25e 100644 --- a/code/lib/theming/src/index.ts +++ b/code/lib/theming/src/index.ts @@ -4,8 +4,6 @@ import type { FunctionInterpolation, Interpolation } from '@emotion/react'; import type { StorybookTheme } from './types'; -/// - export { default as styled } from '@emotion/styled'; export type { StyledComponent } from '@emotion/styled'; @@ -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';