diff --git a/packages/react/types/index.d.ts b/packages/react/types/index.d.ts index 20c239b8..eaa2f4ef 100644 --- a/packages/react/types/index.d.ts +++ b/packages/react/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