UNPKG

@islands/hydration

Version:

Hydration utilities for îles

8 lines (5 loc) 276 B
import { Component } from 'solid-js'; import { P as Props, S as Slots } from './types-CmUBzf0a.js'; import 'vue'; declare function createIsland(component: Component, id: string, el: Element, props: Props, slots: Slots | undefined): void; export { createIsland as default };