7 lines
277 B
TypeScript
7 lines
277 B
TypeScript
import type { DefaultLocaleInfo } from '@vuepress/helper';
|
|
import type { CopyCodePluginLocaleData } from '../shared/index.js';
|
|
/**
|
|
* Default locale info for `@vuepress/plugin-copy-code`
|
|
*/
|
|
export declare const copyCodeLocaleInfo: DefaultLocaleInfo<CopyCodePluginLocaleData>;
|