Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Jan 25, 2024
1 parent 89e7dfe commit 6191ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/wx/lib.wx.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ declare namespace WechatMiniprogram.Component {
applyAnimatedStyle(
selector: string,
updater: () => Record<string, string>,
userConfig?: { immediate: boolean; flush: 'sync' | 'async' },
userConfig?: { immediate: boolean, flush: 'sync' | 'async' },
callback?: (res: { styleId: number }) => void
): void
/**
Expand Down

0 comments on commit 6191ce5

Please sign in to comment.