UNPKG

solid-tweakpane

Version:

Solid components for Tweakpane library

6 lines (5 loc) 199 B
import { Bindable } from "@tweakpane/core"; import { VoidProps } from "solid-js"; export declare function TWPAutoMutable(props: VoidProps<{ target: Bindable; }>): import("solid-js").JSX.Element;