Skip to content

Commit

Permalink
🏷️ build: 优化类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 16, 2021
1 parent 61347d9 commit 640d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/asset-gallery/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export type LayoutType = 'grid' | 'masonry';
export interface AssetGalleryProps {
/**
* @title 内容
* @default []
* @default ""
*/
data: AssetList | string;
/**
Expand Down

1 comment on commit 640d0f9

@vercel
Copy link

@vercel vercel bot commented on 640d0f9 Sep 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.