astro-ghostcms/.pnpm-store/v3/files/f4/ea68e2962be86bb265d047b925c...

3 lines
146 B
Plaintext

import type { RemarkPlugin, ShikiConfig } from './types.js';
export declare function remarkShiki(config?: ShikiConfig): ReturnType<RemarkPlugin>;