UNPKG

@astrojs/starlight

Version:

Build beautiful, high-performance documentation websites with Astro

7 lines (5 loc) 243 B
/** * @file This file contains utility functions imported by the `<Code>` component. */ export { useTranslations } from './utils/translations'; export { getStarlightEcConfigPreprocessor } from './integrations/expressive-code/preprocessor';