UNPKG

react-carousel-query

Version:

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

18 lines (14 loc) 394 B
/* @flow */ import * as React from 'react'; export type Options = {| filterProps: string[], showDefaultProps: boolean, showFunctions: boolean, functionValue: Function, tabStop: number, useBooleanShorthandSyntax: boolean, useFragmentShortSyntax: boolean, sortProps: boolean, maxInlineAttributesLineLength?: number, displayName?: (element: React.Element<*>) => string, |};