mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
7 lines
179 B
TypeScript
7 lines
179 B
TypeScript
export function mustUseAngularHighlighter(fileContent: string): boolean;
|
|
|
|
export function highlightAngularComponent(
|
|
fileContent: string,
|
|
fileExt: string,
|
|
): Promise<string>;
|