mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Popover): PopoverAction type allow extra properties (#9554)
This commit is contained in:
parent
b45ef47929
commit
d2455554a2
@ -63,6 +63,7 @@ export type PopoverAction = {
|
||||
color?: string;
|
||||
disabled?: boolean;
|
||||
className?: string;
|
||||
[key: PropertyKey]: any;
|
||||
};
|
||||
|
||||
export default defineComponent({
|
||||
|
Loading…
x
Reference in New Issue
Block a user