UNPKG
@rc-component/util
Version:
latest (1.3.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Common Utils For React Component
github.com/react-component/util
react-component/util
@rc-component/util
/
lib
/
Dom
/
styleChecker.d.ts
3 lines
(2 loc)
•
164 B
TypeScript
View Raw
1
2
3
export
declare
function
isStyleSupport
(
styleName
:
string
|
string
[]
):
boolean
;
export
declare
function
isStyleSupport
(
styleName
:
string
,
styleValue
:
any
):
boolean
;