UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 174 B
/// <reference types="react" /> import { ImageGroupProps } from './group.type'; declare const ImageGroup: (props: ImageGroupProps) => JSX.Element; export default ImageGroup;