UNPKG
sveltejs-show
Version:
latest (1.0.0)
1.0.0
Just like the v-show in vuejs
github.com/Lete114/SvelteJS-Showz
Lete114/SvelteJS-Showz
sveltejs-show
/
dist
/
index.d.ts
4 lines
(3 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
export
default
function
show
(
node: HTMLElement,
bool
:
boolean
):
{ update: (
bool
:
boolean
) =>
void
; };