UNPKG
lole-ui
Version:
latest (0.5.71)
0.5.71
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
React UI Component which like a love letter
github.com/XIYExi/xiOn-ui
XIYExi/xiOn-ui
lole-ui
/
dist
/
components
/
utils
/
styleChecker.d.ts
5 lines
(4 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
import
{ isStyleSupport }
from
'rc-util/lib/Dom/styleChecker'
;
export
declare
const
canUseDocElement
:
() =>
HTMLElement
;
export
{ isStyleSupport };
export
declare
const
detectFlexGapSupported
:
() =>
boolean
;