mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
5 lines
206 B
JavaScript
5 lines
206 B
JavaScript
import { warnDeprecated } from '@shikijs/core';
|
|
export { createCssVariablesTheme } from '@shikijs/core';
|
|
|
|
warnDeprecated("`shiki/theme-css-variables` entry point is deprecated. Use `shiki/core` instead.");
|