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 { InputSize } from '@/components/FwbInput/types';
import type { InputSize } from '../../../components/FwbInput/types';
export type UseRangeClassesProps = {
size: Ref<InputSize>;
disabled: Ref<boolean>;