@islands/hydration
Version:
Hydration utilities for îles
7 lines (6 loc) • 294 B
TypeScript
import { o as Props, s as Slots } from "./types-Dj_s1DfM.js";
import { Component } from "solid-js";
//#region solid.d.ts
declare function createIsland(component: Component, id: string, el: Element, props: Props, slots: Slots | undefined): void;
//#endregion
export { createIsland as default };