Skip to content

Commit fc39e84

Browse files
committed
fix: build error
1 parent cdc7a01 commit fc39e84

File tree

1 file changed

+1
-1
lines changed
  • packages/vlayouts/src/imagecloud

1 file changed

+1
-1
lines changed

packages/vlayouts/src/imagecloud/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export { transform as imagecloudTransform } from './imagecloud';
22
export { GridLayout as ImageCloudGridLayout } from './layout/grid/grid';
33
export { StackLayout as ImageCloudStackLayout } from './layout/stack';
44
export { SpiralLayout as ImageCloudSpiralLayout } from './layout/spiral';
5-
export type * from './interface';
5+
export * from './interface';

0 commit comments

Comments
 (0)