mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
style ESline规则更新
This commit is contained in:
6
types/utils.d.ts
vendored
6
types/utils.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import type { ComputedRef, Ref } from 'vue';
|
||||
import type { ComputedRef, Ref } from 'vue'
|
||||
|
||||
export type DynamicProps<T> = {
|
||||
[P in keyof T]: Ref<T[P]> | T[P] | ComputedRef<T[P]>;
|
||||
};
|
||||
[P in keyof T]: Ref<T[P]> | T[P] | ComputedRef<T[P]>
|
||||
}
|
||||
|
Reference in New Issue
Block a user