types(Popover): PopoverAction type allow extra properties (#9554)

This commit is contained in:
Sun
2021-09-23 17:29:01 +08:00
committed by GitHub
parent b45ef47929
commit d2455554a2

View File

@@ -63,6 +63,7 @@ export type PopoverAction = {
color?: string;
disabled?: boolean;
className?: string;
[key: PropertyKey]: any;
};
export default defineComponent({