Skip to content

Commit

Permalink
Export IStyledComponentBase interface (#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
akkadaya committed May 7, 2024
1 parent 1a4d47e commit cda9ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-components/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export interface PolymorphicComponent<R extends Runtime, BaseProps extends objec
): JSX.Element;
}

interface IStyledComponentBase<R extends Runtime, Props extends object = BaseObject>
export interface IStyledComponentBase<R extends Runtime, Props extends object = BaseObject>
extends PolymorphicComponent<R, Props>,
IStyledStatics<R, Props>,
StyledComponentBrand {
Expand Down

0 comments on commit cda9ccb

Please sign in to comment.