mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-01-31 06:14:18 -05: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.");
|