import type { SvelteComponentTyped } from "svelte"; import type { HTMLAttributes } from "svelte/elements"; import type { ThemePalette } from "./theme.d.ts"; export type HighlightStyleProps = HTMLAttributes & { /** * Theme CSS from `svelte-highlight/styles/`, or a `ThemePalette` * from `svelte-highlight/themes/` — the latter is applied by * inlining `--shl-*` vars on the wrapper element instead of injecting a * scoped `