mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
feat(base-components): add ability to remove ios and md theme (#26669)
This commit is contained in:
@ -9,7 +9,7 @@ export { initialize } from './global/ionic-global';
|
||||
export { componentOnReady } from './utils/helpers';
|
||||
export { isPlatform, Platforms, PlatformConfig, getPlatforms } from './utils/platform';
|
||||
export { IonicSafeString } from './utils/sanitization';
|
||||
export { IonicConfig, getMode, setupConfig } from './utils/config';
|
||||
export { IonicConfig, BaseComponentsConfig, getMode, setupConfig } from './utils/config';
|
||||
export {
|
||||
LIFECYCLE_WILL_ENTER,
|
||||
LIFECYCLE_DID_ENTER,
|
||||
|
Reference in New Issue
Block a user