diff --git a/src/index.ts b/src/index.ts index 9c8279f..16a2daa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,4 +12,4 @@ export { } from "./collageContext.js"; export type { CollageContext } from "./collageContext.js"; export type { ComponentOperationOptions } from "./collage.js"; -export type { PieceProps } from "./piece.js"; +export type * from "./piece.js";