Package build for development
This commit is contained in:
9
dist/components/FwbCard/composables/useCardClasses.d.ts
vendored
Normal file
9
dist/components/FwbCard/composables/useCardClasses.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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