Skip to content

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jun 5, 2023
1 parent b44f555 commit c0f2bb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
@@ -1,2 +1,7 @@
export { renderCodePen } from "./api.js";
export { loadCodePens } from "./dom.js";
export {
type APIOptions,
type DomOptions,
type PrefillOptions,
} from "./options.js";

0 comments on commit c0f2bb1

Please sign in to comment.