init component
This commit is contained in:
6
node_modules/buetify/lib/composables/proxy/useProxy.d.ts
generated
vendored
Executable file
6
node_modules/buetify/lib/composables/proxy/useProxy.d.ts
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
import { FunctionN } from 'fp-ts/lib/function';
|
||||
import { Ref } from 'vue';
|
||||
export declare function useProxy<T>(ref: Ref<T>, onUpdate?: Ref<FunctionN<[T], void> | undefined> | FunctionN<[T], void>): Proxy<T>;
|
||||
export interface Proxy<T> {
|
||||
value: Ref<T>;
|
||||
}
|
||||
Reference in New Issue
Block a user