Skip to content

Commit

Permalink
fix: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
FourwingsY committed Dec 21, 2024
1 parent 100a463 commit 92bb7d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/pigment-css-react/src/styled.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ export interface CreateStyledComponent<
// Template Literal case
(
styles: TemplateStringsArray,
...args: Array<((options: ThemeArgs) => Primitve)| Primitve | React.ComponentClass | StyledArgument<OuterProps>>
...args: Array<
| ((options: ThemeArgs) => Primitve)
| Primitve
| React.ComponentClass
| StyledArgument<OuterProps>
>
): StyledComponent<OuterProps> & (Component extends string ? BaseDefaultProps : Component);

/**
Expand Down

0 comments on commit 92bb7d4

Please sign in to comment.