diff --git a/packages/core/types/index.d.ts b/packages/core/types/index.d.ts index 37d2c966..7777aa1b 100644 --- a/packages/core/types/index.d.ts +++ b/packages/core/types/index.d.ts @@ -39,7 +39,7 @@ export type PropertyValue = { readonly [C export type ScaleValue = { readonly [CSSUtil.$$ScaleValue]: K } /** Returns a type that suggests variants from a component as possible prop values. */ -export type VariantProps = StyledComponent.TransformProps +export type VariantProps = StyledComponent.TransformProps /** Map of CSS properties to token scales. */ export declare const defaultThemeMap: DefaultThemeMap