UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

6 lines (3 loc) 145 B
import { Styles } from '../types/style'; declare function size(height: string | number, width?: string | number): Styles; export default size;