UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

12 lines 336 B
export interface RawOptions { filePath?: string; path?: string; hash?: string; template?: string; script?: string; style?: string; definition?: string; } export declare function compileComponent(options: RawOptions): RawOptions; export default compileComponent; //# sourceMappingURL=compileComponent.d.ts.map