UNPKG

react-denmark-map

Version:

Customizable plug-and-play map of Denmark for visual presentation.

7 lines (6 loc) 267 B
/** Object with methods for testing purposes. */ export declare const test: { /** Function for measuring the number of times a component rerenders. * Can be combined with a spy function to create automated rerendering tests. */ rerenders: () => void; };