Skip to content

Commit

Permalink
added themes types
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdth committed Sep 6, 2023
1 parent 598f504 commit 157c91d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-dolls-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sieutoc/themes": patch
---

add themes type
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import minimalist from './minimalist';

export default { minimalist };
const themes: Record<string, unknown> = { minimalist };

export default themes;

0 comments on commit 157c91d

Please sign in to comment.