UNPKG

piral-hyperapp

Version:

Plugin for integrating hyperapp components in Piral.

4 lines (3 loc) 266 B
import type { Component } from './types'; export declare function mountHyperapp<T extends Object>(el: HTMLElement, root: Component<T>, props: T, ctx: any, state: any, actions: any): void; export declare function createHyperappElement(name: string, props: any): any;