Skip to content

Commit a8af85c

Browse files
authored
fix(Toast): add type for progress ui prop (#4677)
1 parent 411d937 commit a8af85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/Toast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface ToastProps extends Pick<ToastRootProps, 'defaultOpen' | 'open'
5353
* `{ size: 'sm' }`{lang="ts-type"}
5454
* @defaultValue true
5555
*/
56-
progress?: boolean | Pick<ProgressProps, 'color'>
56+
progress?: boolean | Pick<ProgressProps, 'color' | 'ui'>
5757
class?: any
5858
ui?: Toast['slots']
5959
}

0 commit comments

Comments
 (0)