8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
/** @type {import('../core.js').Syntax} */
|
|
declare function apacheconf(Prism: any): void;
|
|
declare namespace apacheconf {
|
|
let displayName: string;
|
|
let aliases: any[];
|
|
}
|
|
export default apacheconf;
|