UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

11 lines (10 loc) 228 B
import { StyleValue } from 'vue'; import { Props } from '../types'; /** * hook * * @param props 组件属性 */ export declare const useAvatar: (props: Props) => { avatarStyles: import('vue').ComputedRef<StyleValue>; };