UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

13 lines (12 loc) 294 B
export type setupOptions = { /** * - import path of eslint */ eslintPath?: string | undefined; /** * - linter options */ eslintOptions?: ESLintOptions | undefined; }; export type ESLint = import('eslint').ESLint; export type ESLintOptions = import('eslint').ESLint.Options;