UNPKG

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