UNPKG

@kitschpatrol/tweakpane-plugin-essentials

Version:

A fork of @tweakpane/plugin-essentials with build optimizations.

12 lines (11 loc) 321 B
import { View, ViewProps } from '@tweakpane/core'; interface Config { viewProps: ViewProps; } export declare class FpsView implements View { readonly element: HTMLElement; readonly graphElement: HTMLElement; readonly valueElement: HTMLElement; constructor(doc: Document, config: Config); } export {};