mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
types(Popover): PopoverAction type allow extra properties (#9554)
This commit is contained in:
@@ -63,6 +63,7 @@ export type PopoverAction = {
|
|||||||
color?: string;
|
color?: string;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
className?: string;
|
className?: string;
|
||||||
|
[key: PropertyKey]: any;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
|
Reference in New Issue
Block a user