mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(react): migrate to eslint, add prettier (#26633)
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
import { LoadingOptions, loadingController } from '@ionic/core/components';
|
||||
import type { LoadingOptions } from '@ionic/core/components';
|
||||
import { loadingController } from '@ionic/core/components';
|
||||
import { defineCustomElement } from '@ionic/core/components/ion-loading.js';
|
||||
|
||||
import { createControllerComponent } from './createControllerComponent';
|
||||
|
||||
export const IonLoading = /*@__PURE__*/ createControllerComponent<
|
||||
LoadingOptions,
|
||||
HTMLIonLoadingElement
|
||||
>('ion-loading', loadingController, defineCustomElement);
|
||||
export const IonLoading = /*@__PURE__*/ createControllerComponent<LoadingOptions, HTMLIonLoadingElement>(
|
||||
'ion-loading',
|
||||
loadingController,
|
||||
defineCustomElement
|
||||
);
|
||||
|
Reference in New Issue
Block a user