Skip to content

Commit

Permalink
Export default options (#63)
Browse files Browse the repository at this point in the history
* Export default options

* Add changeset
  • Loading branch information
michaelfester authored Jun 29, 2023
1 parent f051de4 commit 9c9a169
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-ducks-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@markprompt/react': patch
---

Export default options
2 changes: 2 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ export {

export { useMarkpromptContext } from './context.js';

export { DEFAULT_MARKPROMPT_OPTIONS } from './constants.js';

export * from './types.js';

0 comments on commit 9c9a169

Please sign in to comment.