Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #423 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge: main
  • Loading branch information
ankit-tailor authored Sep 13, 2023
2 parents 7f2a709 + 34bfc07 commit ac42470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/createStyled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export class IStyled {
}

export const createStyled = (plugins: any) => {
let styledComponent = <P, Variants, ConCom>(
let styledComponent = <P, Variants, ConCom, PluginType>(
Component: React.ComponentType<P>,
styledObject: ITheme<Variants, P>,
styledObject: ITheme<Variants, P, PluginType>,
compConfig: IComponentStyleConfig<ConCom> = {},
extendedConfig: any = {}
) => {
Expand Down

0 comments on commit ac42470

Please sign in to comment.