mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix blocking TS errors
This commit is contained in:
@ -1,14 +1,12 @@
|
||||
|
||||
export * from './config/bootstrap'
|
||||
export * from './config/config'
|
||||
export * from './config/modes'
|
||||
export * from './config/decorators'
|
||||
export * from './config/directives'
|
||||
|
||||
export * from './components'
|
||||
|
||||
export * from './platform/platform'
|
||||
export * from './platform/registry'
|
||||
export * from './platform/storage'
|
||||
|
||||
export * from './util/click-block'
|
||||
@ -16,9 +14,15 @@ export * from './util/events'
|
||||
export * from './util/keyboard'
|
||||
|
||||
export * from './animations/animation'
|
||||
export * from './animations/builtins'
|
||||
export * from './animations/ios-transition'
|
||||
export * from './animations/md-transition'
|
||||
|
||||
|
||||
export * from './translation/translate'
|
||||
export * from './translation/translate_pipe'
|
||||
|
||||
// these modules don't export anything
|
||||
import './config/modes'
|
||||
import './platform/registry'
|
||||
import './animations/builtins'
|
||||
import './animations/ios-transition'
|
||||
import './animations/md-transition'
|
||||
|
||||
|
Reference in New Issue
Block a user