UNPKG
@islands/hydration
Version:
latest (0.10.0)
0.10.0
0.10.0-beta.1
0.8.2
0.8.1
0.8.0
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.0.5
0.0.4
0.0.3
0.0.2
Hydration utilities for îles
github.com/ElMassimo/iles
@islands/hydration
/
dist
/
svelte.d.ts
7 lines
(6 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ o
as
Props
, s
as
Slots
}
from
"./types-Dj_s1DfM.js"
;
//#region svelte.d.ts
type
Component
=
any
;
declare
function
createIsland
(
Component
:
Component
,
id
:
string
,
el
:
Element
,
props
:
Props
,
slots
?:
Slots
|
undefined
):
void
;
//#endregion
export
{ createIsland
as
default
};