UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

6 lines (5 loc) 333 B
import type * as d from '@stencil/core/internal'; import type { Config } from '@jest/types'; export declare function buildJestArgv(config: d.Config): Config.Argv; export declare function buildJestConfig(config: d.Config): string; export declare function getProjectListFromCLIArgs(config: d.Config, argv: Config.Argv): Config.Path[];