UNPKG

piral-hyperapp

Version:

Plugin for integrating hyperapp components in Piral.

4 lines (3 loc) 186 B
import type { ExtensionSlotProps } from 'piral-core'; import type { Component } from './types'; export declare function createExtension(rootName: string): Component<ExtensionSlotProps>;