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