Skip to content

Commit 7e13d30

Browse files
authored
fix: #1813 (#1837)
1 parent 0df7186 commit 7e13d30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/docs/pages/typescript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ description: Learn more about the value types and class interfaces that you can
1010
<script lang="ts">
1111
import TypeList from '$lib/types.ts?raw';
1212
import { LlmLink } from '../../utils';
13+
import HighlightCompo from "../../utils/HighlightCompo.svelte";
1314
</script>
1415

1516
## Typescript types
1617

1718
Enhance the reliability and scalability of your user interface code by leveraging data types. The following excerpt shows you the full list of TypeScript types and interfaces that are being used with the Flowbite Svelte library.
1819

19-
<pre><code>{@html TypeList}</code></pre>
20+
<HighlightCompo codeLang="ts" code={TypeList as string} class="max-w-7xl bg-white" />
2021

2122
## LLM Link
2223

0 commit comments

Comments
 (0)