UNPKG

@react-pakistan/react-ui-collection

Version:

React UI Collection built upon React Storybook

10 lines (9 loc) 167 B
export interface IShopImage { [key: string]: string; } export interface IShopImageGalleryProps { /** * */ shopImageGallery: Array<IShopImage>; }