Skip to content

Commit

Permalink
export all props
Browse files Browse the repository at this point in the history
  • Loading branch information
ollema committed Dec 3, 2024
1 parent c9334e1 commit 28ba09a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/barqode/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ export { default as BarqodeCapture } from "./components/barqode-capture.svelte";
export { default as BarqodeDropZone } from "./components/barqode-drop-zone.svelte";
export { default as BarqodeStream } from "./components/barqode-stream.svelte";

export type { DetectedBarcode, BarcodeFormat, Point2D, StreamProps } from "./components/types.js";
export type {
DetectedBarcode,
BarcodeFormat,
Point2D,
CaptureProps,
DropZoneProps,
StreamProps,
} from "./components/types.js";

0 comments on commit 28ba09a

Please sign in to comment.