// Type definitions for jsx-chai 3.0.0
// Project: https://github.com/bkonkle/jsx-chai
// Definitions by: Philipp Holzer
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///
declare module 'jsx-chai' {
interface JsxChaiStatic {
jsxChai: jsxChaiFunction;
}
interface jsxChaiFunction {
(chai: any, utils: any): void;
}
var jsxChai: JsxChaiStatic;
export = jsxChai;
}