UNPKG
solid-tweakpane
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
Solid components for Tweakpane library
github.com/MrFoxPro/solid-tweakpane
solid-tweakpane
/
dist
/
automutable.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Bindable
}
from
"@tweakpane/core"
;
import
{
VoidProps
}
from
"solid-js"
;
export
declare
function
TWPAutoMutable
(
props: VoidProps<{ target: Bindable; }>
):
import
(
"solid-js"
).
JSX
.
Element
;