UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

11 lines (10 loc) 290 B
import { ComponentAnimation } from "."; export interface RecipeManagerPbs { editBtn: ComponentAnimation; changeBtn: ComponentAnimation; jobSetupBtn: ComponentAnimation; activateBtn: boolean; startSetupBtn: boolean; finishSetupBtn: boolean; cancelBtn: boolean; }