init component
This commit is contained in:
13
node_modules/buetify/lib/composables/shared/index.d.ts
generated
vendored
Executable file
13
node_modules/buetify/lib/composables/shared/index.d.ts
generated
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
import { PropType } from 'vue';
|
||||
import { Eq } from 'fp-ts/lib/Eq';
|
||||
import { IO } from 'fp-ts/lib/IO';
|
||||
export declare type Remove = IO<void>;
|
||||
export declare function getEqPropsDefinition<T>(eq?: Eq<T>): {
|
||||
eq: {
|
||||
type: PropType<Eq<T>>;
|
||||
default: import("fp-ts/lib/function").Lazy<Eq<T>>;
|
||||
};
|
||||
};
|
||||
export interface EqProps<T> {
|
||||
eq: Eq<T>;
|
||||
}
|
||||
Reference in New Issue
Block a user