Skip to content

Commit

Permalink
fix: export ElementPin, PinSignalInfo interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 6, 2020
1 parent 1bbf635 commit c3cf822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import './react-types';
export { ElementPin, PinSignalInfo } from './pin';
export { SevenSegmentElement } from './7segment-element';
export { ArduinoUnoElement } from './arduino-uno-element';
export { LCD1602Element } from './lcd1602-element';
Expand Down

0 comments on commit c3cf822

Please sign in to comment.