/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/src/ionic-core.ts
21 строка
441 B
Liam DeBeasi
refactor(angular): move to packages directory (#27719)
05 июл 2023, 20:52
Не верифицирован
05 июл 2023, 20:52
32bc33e
Код
Авторство
О чём код?
// Re-exports from ionic/core // UTILS export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core'; // CORE TYPES export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, mdTransitionAnimation, iosTransitionAnimation, NavComponentWithProps, } from '@ionic/core';