Files
website/node_modules/@astrojs/starlight/internal.ts
2024-05-06 17:15:30 -04:00

7 lines
230 B
TypeScript

/**
* @file This file contains utility functions imported by the `<Code>` component.
*/
export { useTranslations } from './utils/translations';
export { getStarlightEcConfigPreprocessor } from './integrations/expressive-code';