dist directory
This commit is contained in:
8
dist/components/FwbRating/composables/useRatingClasses.d.ts
vendored
Normal file
8
dist/components/FwbRating/composables/useRatingClasses.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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