/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react/src/components/IonLoading.tsx
9 строк
360 B
Liam DeBeasi
chore(): sync with main
23 янв 2023, 21:38
23 янв 2023, 21:38
e8fb9e7
Код
Авторство
О чём код?
import type { JSX } from '@ionic/core/components'; import { defineCustomElement } from '@ionic/core/components/ion-loading.js'; import { createInlineOverlayComponent } from './createInlineOverlayComponent'; export const IonLoading = /*@__PURE__*/ createInlineOverlayComponent<JSX.IonLoading, HTMLIonLoadingElement>( 'ion-loading', defineCustomElement );