@opalkelly/frontpanel-platform-api
Version:
TypeScript definitions for Opal Kelly FrontPanel Platform API
22 lines (18 loc) • 497 B
text/typescript
/**
* Copyright (c) 2024 Opal Kelly Incorporated
*
* This source code is licensed under the FrontPanel license.
* See the LICENSE file found in the root directory of this project.
*/
import { IDeviceManager } from "../core";
declare global {
interface Window {
FrontPanelAPI: {
/**
* The Device Manager object.
*/
deviceManager: IDeviceManager;
}
}
}
export {}; // this file needs to be a module