UNPKG

react-carousel-query

Version:

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

10 lines (7 loc) 273 B
declare type PM = "npm" | "yarn" | "pnpm"; declare const detect: ({ cwd }?: { cwd?: string | undefined; }) => Promise<PM>; declare function getNpmVersion(pm: PM): Promise<string>; declare function clearCache(): void; export { PM, clearCache, detect, getNpmVersion };