@lcap/builder
Version:
lcap builder utils
4 lines (3 loc) • 313 B
TypeScript
import { NaslUIComponentConfig } from '../../overload';
export default function genNaslComponentConfig({ apiPath, rootPath, assetsPublicPath, libInfo, extraConfig, framework, }: any): any;
export declare function processComponentConfigExtends(components: NaslUIComponentConfig[], lcapUIComponents?: any[]): void;