Skip to content

Commit 7c55531

Browse files
committed
Improvement - VueUiCarouselTable - Add marquee type animation config option
1 parent 869d51a commit 7c55531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,6 +5376,7 @@ declare module 'vue-data-ui' {
53765376
export type VueUiCarouselTableConfig = {
53775377
responsiveBreakpoint?: number;
53785378
animation?: {
5379+
type?: 'scroll' | 'marquee';
53795380
use?: boolean;
53805381
speedMs?: number;
53815382
pauseOnHover?: boolean;

0 commit comments

Comments
 (0)