mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feat(react): add custom elements bundle (#23896)
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
import { AlertOptions, alertController } from '@ionic/core';
|
||||
import { AlertOptions, alertController } from '@ionic/core/components';
|
||||
import { IonAlert as IonAlertCmp } from '@ionic/core/components/ion-alert.js';
|
||||
|
||||
import { createControllerComponent } from './createControllerComponent';
|
||||
|
||||
export const IonAlert = /*@__PURE__*/ createControllerComponent<AlertOptions, HTMLIonAlertElement>(
|
||||
'IonAlert',
|
||||
alertController
|
||||
'ion-alert',
|
||||
alertController,
|
||||
IonAlertCmp
|
||||
);
|
||||
|
Reference in New Issue
Block a user