UNPKG

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