UNPKG

@ionic/core

Version:
12 lines (10 loc) 360 B
import type { Components, JSX } from "../dist/types/components"; interface IonItemSliding extends Components.IonItemSliding, HTMLElement {} export const IonItemSliding: { prototype: IonItemSliding; new (): IonItemSliding; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;