mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(react): add custom elements bundle (#23896)
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import { JSX } from '@ionic/core';
|
||||
import { JSX } from '@ionic/core/components';
|
||||
import { IonPopover as IonPopoverCmp } from '@ionic/core/components/ion-popover.js';
|
||||
|
||||
import { createInlineOverlayComponent } from './createInlineOverlayComponent'
|
||||
|
||||
export const IonPopover = /*@__PURE__*/ createInlineOverlayComponent<
|
||||
JSX.IonPopover,
|
||||
HTMLIonPopoverElement
|
||||
>('ion-popover');
|
||||
>('ion-popover', IonPopoverCmp);
|
||||
|
Reference in New Issue
Block a user