@ones-design/utils
Advanced tools
Comparing version 1.10.0-beta.2 to 1.10.0-beta.3
@@ -1,2 +0,2 @@ | ||
declare type Updater<T> = (updater: T | ((origin: T) => T), ignoreDestroy?: boolean) => void; | ||
type Updater<T> = (updater: T | ((origin: T) => T), ignoreDestroy?: boolean) => void; | ||
/** | ||
@@ -3,0 +3,0 @@ * Similar to `useState` but will use props value if provided. |
import type { ReactNode, ReactElement } from 'react'; | ||
declare type AnyObject = Record<any, any>; | ||
declare type RenderProps = undefined | AnyObject | ((originProps: AnyObject) => AnyObject | undefined); | ||
type AnyObject = Record<any, any>; | ||
type RenderProps = undefined | AnyObject | ((originProps: AnyObject) => AnyObject | undefined); | ||
/** | ||
@@ -5,0 +5,0 @@ * 是否为有效的子元素 |
{ | ||
"name": "@ones-design/utils", | ||
"version": "1.10.0-beta.2", | ||
"version": "1.10.0-beta.3", | ||
"description": "ONES Design", | ||
@@ -57,3 +57,3 @@ "type": "module", | ||
}, | ||
"gitHead": "2fdb08ceff721df78cdf05b94996962a849d9233" | ||
"gitHead": "f8f131ffcdcb1443f616f9d6717ca9fcd341107d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65655