diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/index.ts b/src/styles/index.ts index 8eee62a..978271a 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4,4 +4,6 @@ import BlockHeader from "./BlockHeader"; import Content from "./Content"; import Footer from "./Footer"; -export { BlockAnchor, BlockBody, BlockHeader, Content, Footer }; +type Theme = Record<string, never>; + +export { BlockAnchor, BlockBody, BlockHeader, Content, Footer, Theme }; |
