@stylix/core 6.4.0 → 6.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import React, { FC, ComponentType } from 'react';
1
+ import React, { ComponentType } from 'react';
2
2
  import * as CSS from 'csstype';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
 
@@ -27,7 +27,7 @@ type Extends<T1, T2, T3 = unknown, T4 = unknown> = Override<Override<Override<T1
27
27
  /**
28
28
  * Any React component or intrinsic element that accepts a className prop.
29
29
  */
30
- type ClassNameComponent = IntrinsicElements & FC<{
30
+ type ClassNameComponent = IntrinsicElements | ComponentType<{
31
31
  className?: string;
32
32
  }>;
33
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stylix/core",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "React, with style. Add styles to your React apps with props: the easy, natural, and low learning curve approach.",
5
5
  "keywords": [
6
6
  "react",