We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b46663 commit fab8e46Copy full SHA for fab8e46
src/index.ts
@@ -5,4 +5,5 @@ import useItem from './hooks/useItem';
5
import useStacApi from './hooks/useStacApi';
6
import { StacApiProvider } from './context';
7
8
+export * from './types/stac.d';
9
export { useCollections, useCollection, useItem, useStacSearch, useStacApi, StacApiProvider };
0 commit comments