UNPKG

react-carousel-query

Version:

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

4 lines (3 loc) 261 B
import { Args, Globals, InputType, Conditional } from './story'; export declare const testValue: (cond: Pick<Conditional, never>, value: any) => boolean; export declare const includeConditionalArg: (argType: InputType, args: Args, globals: Globals) => boolean;