mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(scroll): add domWrite and content elements to scroll events
This commit is contained in:
@ -53,7 +53,7 @@ import { ToastCmp } from './components/toast/toast-component';
|
||||
* Export Providers
|
||||
*/
|
||||
export { Config, setupConfig, ConfigToken } from './config/config';
|
||||
export { DomController } from './util/dom-controller';
|
||||
export { DomController, DomCallback } from './util/dom-controller';
|
||||
export { Platform, setupPlatform, UserAgentToken, DocumentDirToken, DocLangToken, NavigatorPlatformToken } from './platform/platform';
|
||||
export { Haptic } from './util/haptic';
|
||||
export { ImgLoader } from './components/img/img-loader';
|
||||
|
Reference in New Issue
Block a user