@bifrostui/types 2.0.0-alpha.12 → 2.0.0-alpha.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/types",
3
- "version": "2.0.0-alpha.12",
3
+ "version": "2.0.0-alpha.13",
4
4
  "description": "Utility types for BUI",
5
5
  "typings": "src/index.ts",
6
6
  "files": [
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import React from 'react';
2
+ import * as React from 'react';
3
3
  import { ITouchEvent } from '@tarojs/components';
4
4
 
5
5
  /**
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
- import React from 'react';
2
+ import * as React from 'react';
3
3
 
4
4
  declare module 'react' {
5
5
  interface CSSProperties {