diff --git a/.changeset/lemon-glasses-cheat.md b/.changeset/lemon-glasses-cheat.md new file mode 100644 index 00000000..327ec285 --- /dev/null +++ b/.changeset/lemon-glasses-cheat.md @@ -0,0 +1,5 @@ +--- +"@stackoverflow/stacks-editor": patch +--- + +Exporting options used by the StacksSnippets plugin for user. diff --git a/plugins/official/index.ts b/plugins/official/index.ts index 1be39162..9366ee6e 100644 --- a/plugins/official/index.ts +++ b/plugins/official/index.ts @@ -1 +1,5 @@ export { stackSnippetPlugin } from "./stack-snippets/src/stackSnippetPlugin"; +export type { + StackSnippetOptions, + SnippetMetadata, +} from "./stack-snippets/src/common";