diff --git a/packages/pigment-css-react/src/styled.d.ts b/packages/pigment-css-react/src/styled.d.ts index f86241df..cbb329ea 100644 --- a/packages/pigment-css-react/src/styled.d.ts +++ b/packages/pigment-css-react/src/styled.d.ts @@ -6,8 +6,8 @@ import { Primitve } from './keyframes'; type Falsy = false | 0 | '' | null | undefined; -export interface StyledVariants { - props: Partial | ((props: Props) => boolean); +export interface StyledVariants { + props: Partial | Partial | ((props: Props) => boolean); style: CSSObject; }