Skip to content

Commit

Permalink
feat: support global attach config (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Dec 25, 2024
1 parent 4aca778 commit 1873fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/global-config/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
include: ['ripple', 'expand', 'fade'],
exclude: [],
} as Record<'include' | 'exclude', Array<AnimationType>>,
attach: null,
calendar: {
firstDayOfWeek: 1,
fillWithZero: true,
Expand Down

0 comments on commit 1873fcc

Please sign in to comment.