5 lines
206 B
JavaScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
import { warnDeprecated } from '@shikijs/core';
export { createCssVariablesTheme } from '@shikijs/core';
warnDeprecated("`shiki/theme-css-variables` entry point is deprecated. Use `shiki/core` instead.");