define types

This commit is contained in:
2024-03-12 06:22:37 +01:00
parent 57d37dd699
commit 41de3a001c
17 changed files with 42 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
import { type Ref } from 'vue';
import type { AvatarSize, AvatarStatus, AvatarStatusPosition } from '@/components/FwbAvatar/types';
import type { AvatarSize, AvatarStatus, AvatarStatusPosition } from '../../../components/FwbAvatar/types';
export type UseAvatarClassesProps = {
status: Ref<AvatarStatus>;
bordered: Ref<boolean>;