UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

3 lines (2 loc) 257 B
import type { ExtractPropTypes } from 'vue'; export declare function useDefaults<Definition>(componentName: string, propsDefinition: Definition, props: Readonly<ExtractPropTypes<Definition>>): globalThis.ComputedRef<Readonly<ExtractPropTypes<Definition>>>;