diff --git a/src/index.tsx b/src/index.tsx index 90fb864..978f02c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,5 +1,6 @@ // Classes export { CactusLM } from './classes/CactusLM'; +export { CactusImage } from './native/CactusImage'; // Hooks export { useCactusLM } from './hooks/useCactusLM';