UNPKG

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