mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(react): migrate to eslint, add prettier (#26633)
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import { AlertButton, AlertOptions, alertController } from '@ionic/core/components';
|
||||
import type { AlertButton, AlertOptions } from '@ionic/core/components';
|
||||
import { alertController } from '@ionic/core/components';
|
||||
import { defineCustomElement } from '@ionic/core/components/ion-alert.js';
|
||||
import { useCallback } from 'react';
|
||||
|
||||
import { HookOverlayOptions } from './HookOverlayOptions';
|
||||
import type { HookOverlayOptions } from './HookOverlayOptions';
|
||||
import { useController } from './useController';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user