UNPKG
@opalkelly/frontpanel-alloy-core
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Core Library for OpalKelly FrontPanel Alloy
opalkelly.com
opalkelly-opensource/design-resources
@opalkelly/frontpanel-alloy-core
/
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"
;