Skip to content

Commit dc45d7e

Browse files
authoredOct 16, 2024··
export component props in dist (#677)
1 parent 0a11635 commit dc45d7e

File tree

66 files changed

+336
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+336
-137
lines changed
 

‎src/Billboard/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from "./Billboard";
1+
export { default, type BillboardProps } from "./Billboard";

‎src/BillboardCollection/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from "./BillboardCollection";
1+
export { default, type BillboardCollectionProps } from "./BillboardCollection";

0 commit comments

Comments
 (0)
Please sign in to comment.