mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix(FloatingBubble): floatingBubbleBackground type is optional (#12029)
This commit is contained in:
parent
edc1f5e7e7
commit
fce31b5ef1
@ -2,7 +2,7 @@ export type FloatingBubbleThemeVars = {
|
||||
floatingBubbleSize?: string;
|
||||
floatingBubbleInitialGap?: string;
|
||||
floatingBubbleIconSize?: string;
|
||||
floatingBubbleBackground: string;
|
||||
floatingBubbleBackground?: string;
|
||||
floatingBubbleColor?: string;
|
||||
floatingBubbleZIndex?: number | string;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user