define types
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user