Fix small devices layout
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { type Ref } from 'vue';
|
||||
import type { CardsVariant } from '../types';
|
||||
export type UseCardsClassesProps = {
|
||||
variant: Ref<CardsVariant>;
|
||||
};
|
||||
export declare function useCardsClasses(props: UseCardsClassesProps): {
|
||||
cardClasses: Ref<string>;
|
||||
horizontalImageClasses: Ref<string>;
|
||||
};
|
||||
Reference in New Issue
Block a user