From 0a4032635d7726cb2b1ced0ebeae86c795187db6 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:00:02 +0530 Subject: [PATCH] update comment --- src/node/defaultTheme.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node/defaultTheme.ts b/src/node/defaultTheme.ts index 21ca830e..7b50e1b6 100644 --- a/src/node/defaultTheme.ts +++ b/src/node/defaultTheme.ts @@ -1,5 +1,7 @@ // this file contains node-only types of default theme // (functions starting with _ are node-only) +// in most of the cases these will leak to client too +// but these can import types from dev deps import type { MarkdownItAsync } from 'markdown-it-async' import type { DefaultTheme } from '../../types/default-theme'