testshallpass / react-native-dropdownalert

An alert to notify users about an error or something else
MIT License
1.86k stars 253 forks source link

Add TypeScript definition for closeAction method #212

Closed jeremy-deutsch closed 4 years ago

jeremy-deutsch commented 5 years ago

closeAction is a documented ref method on DropdownAlert, but it wasn't in the TypeScript declaration file. This PR adds that method to index.d.ts.

codecov-io commented 5 years ago

Codecov Report

Merging #212 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #212   +/-   ##
=======================================
  Coverage   90.22%   90.22%           
=======================================
  Files          11       11           
  Lines         225      225           
=======================================
  Hits          203      203           
  Misses         22       22

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6ec4a5...0183bd6. Read the comment docs.