diff --git a/src/index.ts b/src/index.ts index 8aa0807..a8a0ed5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ export { default as List, responseIsCustomButton, ItemsSelectedResponse, + ListResponse, } from "./list"; export { default as Entry } from "./entry"; export { default as Progress } from "./progress";