UNPKG

365 BTypeScriptView Raw
1import type { Components, JSX } from "../dist/types/interface";
2
3interface IonSelectPopover extends Components.IonSelectPopover, HTMLElement {}
4export const IonSelectPopover: {
5 prototype: IonSelectPopover;
6 new (): IonSelectPopover;
7};
8/**
9 * Used to define this component and all nested components recursively.
10 */
11export const defineCustomElement: () => void;