UNPKG

react-native-owl

Version:
5 lines (4 loc) 253 B
import { Config } from '../types'; export declare const validateSchema: (config: {}) => Promise<Config>; export declare const readConfigFile: (configPath: string) => Promise<any>; export declare const getConfig: (configPath: string) => Promise<Config>;