@wonderflow/react-components
Version:
UI components from Wonderflow's Wanda design system
18 lines • 571 B
TypeScript
/// <reference types="react" />
export declare type ProductCardMediaProps = PropsWithClass<{
/**
* Set an array of paths to the images.
*/
source?: string[];
/**
* Set the ratio following the CSS syntax.
*/
ratio?: string;
/**
* Set the loading state showing a skeleton.
*/
isLoading?: boolean;
}>;
export declare type ProductCardMediaComponent = React.ForwardRefExoticComponent<ProductCardMediaProps>;
export declare const ProductCardMedia: ProductCardMediaComponent;
//# sourceMappingURL=product-card-media.d.ts.map