UNPKG

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