init component
This commit is contained in:
3
node_modules/buetify/lib/composables/eqRef/index.d.ts
generated
vendored
Executable file
3
node_modules/buetify/lib/composables/eqRef/index.d.ts
generated
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
import { Eq } from 'fp-ts/lib/Eq';
|
||||
import { Ref } from 'vue';
|
||||
export declare function useEqRef<A>(eq: Eq<A>): (v: A) => Ref<A>;
|
||||
Reference in New Issue
Block a user