mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07: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.");
|