diff --git a/react-ladda/react-ladda.d.ts b/react-ladda/react-ladda.d.ts new file mode 100644 index 0000000..8ad95ca --- /dev/null +++ b/react-ladda/react-ladda.d.ts @@ -0,0 +1,14 @@ +// Type definitions for react-ladda v6.0.0 +// Project: https://github.com/jsdir/react-ladda +// Definitions by: Hamidreza Kazemi +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +/// + +declare module "react-ladda" { + + import LaddaButton from './LaddaButton' + + export default LaddaButton + export * from './constants' +} \ No newline at end of file