UNPKG

neshan-map

Version:

### Developed by [Neshan Maps Platform team](https://platform.neshan.org). ### For Farsi/Persian document, [click here](https://developers.neshan.org/react-component/).

7 lines (6 loc) 162 B
interface LoadersProps { onError: () => void; onLoad: () => void; } declare const _default: (props: LoadersProps) => void; export default _default;