Skip to content

Commit d139343

Browse files
authored
Merge pull request #2675 from Akshat55/ExportSnippetType
fix: Export code snippet type enum
2 parents 9474432 + f0750b7 commit d139343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-snippet/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { CodeSnippet } from "./code-snippet.component";
1+
export { CodeSnippet, SnippetType } from "./code-snippet.component";
22
export * from "./code-snippet.module";

0 commit comments

Comments
 (0)