Skip to content

Commit

Permalink
fix(watermark): fix miss entry (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion authored Nov 8, 2023
1 parent ad2b3e1 commit 4072555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-vue/components/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ declare module '@vue/runtime-core' {
ATypographyTitle: typeof import('@arco-design/web-vue')['TypographyTitle'];
ATypographyText: typeof import('@arco-design/web-vue')['TypographyText'];
AUpload: typeof import('@arco-design/web-vue')['Upload'];
AWatermark: typeof import('@arco-design/web-vue')['Watermark'];
}

export interface ComponentCustomProperties {
Expand Down
2 changes: 2 additions & 0 deletions packages/web-vue/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ export type {
} from './upload';
export { default as OverflowList } from './overflow-list';
export type { OverflowListInstance } from './overflow-list';
export { default as Watermark } from './watermark';
export type { WatermarkInstance } from './watermark';
// hooks
export { useFormItem } from './_hooks/use-form-item';
// components.d.ts
Expand Down

0 comments on commit 4072555

Please sign in to comment.