UNPKG

radh-ui

Version:

Stencil Component Starter

9 lines (8 loc) 255 B
import { HTMLStencilElement } from "../../stencil-public-runtime"; export declare class IndexPage { messageFromChild: string; element: HTMLStencilElement; onReply(ev: CustomEvent): void; tomaPaga: () => Promise<void>; render(): any; }