UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
_util
/
style.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
export
declare
function
fixedWidth
(
width
:
number
|
string
):
object
;
export
declare
function
setTransformStyle
(
value
:
string
):
object
;
export
declare
function
getStyle
(
element
:
HTMLElement
|
null
,
prop
:
string
|
null
):
any
;