UNPKG

@distdev/vmix-utils

Version:

Utility functions and data for vMix

4 lines (3 loc) 290 B
import { type VMixFunction } from '.'; export type FunctionIDsGeneral = 'ActivatorRefresh' | 'CallManagerShowHide' | 'KeyPress' | 'SendKeys' | 'SetDynamicValue1' | 'SetDynamicValue2' | 'SetDynamicValue3' | 'SetDynamicValue4' | 'Undo'; export declare const FunctionsGeneral: VMixFunction[];