UNPKG
@opalkelly/frontpanel-platform-api
Version:
beta (0.5.1)
docs (0.5.1-docs.0)
latest (0.5.1)
0.5.1
0.5.1-docs.0
0.5.0
0.4.0
TypeScript definitions for Opal Kelly FrontPanel Platform API
opalkelly.com
@opalkelly/frontpanel-platform-api
/
src
/
mocks
/
index.ts
9 lines
(7 loc)
•
259 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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. */
export {
default
as
MockFrontPanel }
from
"./MockFrontPanel"
;