UNPKG
flex-wrap-layout
Version:
latest (0.13.0)
next (0.10.0-beta.3)
0.13.0
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.10.0-beta.3
0.10.0-beta.2
0.10.0-beta.1
0.9.2
0.9.1
0.9.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.1.0-beta.2
0.0.2
Experiments with flexbox layout
github.com/tkrotoff/flex-wrap-layout
tkrotoff/flex-wrap-layout
flex-wrap-layout
/
dist
/
detectWrappedElements.d.ts
2 lines
(1 loc)
•
176 B
TypeScript
View Raw
1
2
export
declare
function
detectWrappedElements
(
rootElement
:
HTMLElement
,
wrapChildrenClassName
:
string
,
nextIsWrappedClassName
:
string
,
hasChildWrappedClassName
:
string
):
void
;