fix(ivy): walk declaration views in listener (#25228)

PR Close #25228
This commit is contained in:
Kara Erickson
2018-07-30 19:43:56 -07:00
committed by Igor Minar
parent 64516da6b0
commit c8a4fb1faf
13 changed files with 323 additions and 107 deletions

View File

@ -63,6 +63,9 @@ export {
elementStyleProp as sp,
elementStylingApply as sa,
getCurrentView as gV,
restoreView as rV,
listener as L,
store as st,
load as ld,