UNPKG

tweakpane4-image-list-plugin

Version:

Image input plugin for Tweakpane

5 lines (4 loc) 164 B
import type { TpPlugin } from 'tweakpane'; export declare const id = "input-image"; export declare const css = "__css__"; export declare const plugins: TpPlugin[];