Skip to content

Commit c3cf822

Browse files
committed
fix: export ElementPin, PinSignalInfo interfaces
1 parent 1bbf635 commit c3cf822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import './react-types';
2+
export { ElementPin, PinSignalInfo } from './pin';
23
export { SevenSegmentElement } from './7segment-element';
34
export { ArduinoUnoElement } from './arduino-uno-element';
45
export { LCD1602Element } from './lcd1602-element';

0 commit comments

Comments
 (0)