Fix small devices layout
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { type Ref } from 'vue';
|
||||
import { type InputSize, type ValidationStatus } from '../types';
|
||||
export type UseSelectClassesProps = {
|
||||
size: Ref<InputSize>;
|
||||
disabled: Ref<boolean>;
|
||||
underline: Ref<boolean>;
|
||||
validationStatus: Ref<ValidationStatus | undefined>;
|
||||
};
|
||||
export declare function useSelectClasses(props: UseSelectClassesProps): {
|
||||
selectClasses: Ref<string>;
|
||||
labelClasses: Ref<string>;
|
||||
};
|
||||
Reference in New Issue
Block a user