Thanks to visit codestin.com Credit goes to github.com
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 273cd92 commit 1c70c0eCopy full SHA for 1c70c0e
.changeset/lemon-glasses-cheat.md
@@ -0,0 +1,5 @@
1
+---
2
+"@stackoverflow/stacks-editor": patch
3
4
+
5
+Exporting options used by the StacksSnippets plugin for user.
plugins/official/index.ts
@@ -1 +1,5 @@
export { stackSnippetPlugin } from "./stack-snippets/src/stackSnippetPlugin";
+export type {
+ StackSnippetOptions,
+ SnippetMetadata,
+} from "./stack-snippets/src/common";
0 commit comments