Fix small devices layout
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { type Ref } from 'vue';
|
||||
export type UseListGroupItemClassesProps = {
|
||||
hover: Ref<boolean>;
|
||||
disabled: Ref<boolean>;
|
||||
};
|
||||
export declare function useListGroupItemClasses(props: UseListGroupItemClassesProps): {
|
||||
itemClasses: Ref<string>;
|
||||
};
|
||||
Reference in New Issue
Block a user