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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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