mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
29 lines
665 B
TypeScript
29 lines
665 B
TypeScript
|
|
export * from './config/bootstrap'
|
|
export * from './config/config'
|
|
export * from './config/decorators'
|
|
export * from './config/directives'
|
|
|
|
export * from './components'
|
|
|
|
export * from './platform/platform'
|
|
export * from './platform/storage'
|
|
|
|
export * from './util/click-block'
|
|
export * from './util/events'
|
|
export * from './util/keyboard'
|
|
|
|
export * from './animations/animation'
|
|
|
|
|
|
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'
|
|
|