@hi-ui/core
Advanced tools
Comparing version 4.0.0-alpha.8 to 4.0.0-alpha.10
import React, { ReactText } from 'react'; | ||
export declare type HiBaseHTMLProps<T extends React.ElementType = any, P = {}> = Omit<React.ComponentPropsWithoutRef<T>, 'defaultValue' | 'onChange' | 'value' | 'onSelect' | 'title' | keyof P> & { | ||
export declare type HiBaseHTMLProps<T extends React.ElementType = any, P = {}> = Omit<React.ComponentPropsWithoutRef<T>, 'defaultValue' | 'onChange' | 'value' | 'onSelect' | 'title' | 'size' | 'prefix' | keyof P> & { | ||
/** | ||
@@ -4,0 +4,0 @@ * 组件默认的选择器类 |
{ | ||
"name": "@hi-ui/core", | ||
"version": "4.0.0-alpha.8", | ||
"version": "4.0.0-alpha.10", | ||
"description": "A sub-package for @hi-ui/utils.", | ||
@@ -49,5 +49,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@hi-ui/core-css": "^4.0.0-alpha.6" | ||
"@hi-ui/core-css": "^4.0.0-alpha.8" | ||
}, | ||
"gitHead": "689ef7c6b19089bf0aa818978c70da1e27714e6b" | ||
"gitHead": "734a594a67ed76aa6e36772532e67b53048f2dae" | ||
} |
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
4204