Fix small devices layout
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { type Ref } from 'vue';
|
||||
import type { RatingSize } from '../types';
|
||||
export type UseRatingClassesProps = {
|
||||
size: Ref<RatingSize>;
|
||||
};
|
||||
export declare function useRatingClasses(props: UseRatingClassesProps): {
|
||||
sizeClasses: Ref<string>;
|
||||
};
|
||||
Reference in New Issue
Block a user