4 lines
179 B
TypeScript
4 lines
179 B
TypeScript
import type { CopyCodePluginLocaleConfig } from '../shared/index.js';
|
|
/** Multi language config for copy code */
|
|
export declare const copyCodeLocales: CopyCodePluginLocaleConfig;
|