chore(form): export Form

Closes #5494
This commit is contained in:
Adam Bradley
2016-02-17 20:31:41 -06:00
parent 2cf03be353
commit d27bb628fc

View File

@ -14,6 +14,7 @@ export * from './platform/storage'
export * from './util/click-block'
export * from './util/events'
export * from './util/keyboard'
export * from './util/form'
export * from './animations/animation'
export * from './transitions/transition'