v8-ui-components
Version:
A component lib for v8 storefront apps
6 lines (5 loc) • 332 B
TypeScript
/// <reference types="react" />
import { ISmallImageWithContentProps } from "./SmallImageWithContent.interfaces";
declare const SmallImageWithContent: (rawProps: ISmallImageWithContentProps) => JSX.Element;
export default SmallImageWithContent;
export declare const SmallImageWithContentTestId = "SmallImageWithContentTestId";