UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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 };