UNPKG

react-carousel-query

Version:

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

10 lines (9 loc) 281 B
import { LintMessage } from '../../types/eslint'; /** * We need to define custom interface because of eslint architecture which * groups lint messages per file */ interface FileAwareEsLintMessage extends LintMessage { filePath?: string; } export { FileAwareEsLintMessage };