Skip to content

Commit

Permalink
fix(types): allow interpolating false (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffis committed Sep 10, 2022
1 parent 9ab5204 commit af5f517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styled-components/src/types.ts
Expand Up @@ -59,6 +59,7 @@ export type Interpolation<Props> =
| TemplateStringsArray
| string
| number
| false
| undefined
| null
| Keyframes
Expand Down

0 comments on commit af5f517

Please sign in to comment.