UNPKG

@lcap/builder

Version:
9 lines (8 loc) 734 B
import lcapPlugin from './plugins'; import genNaslLogicsConfig from './build/gens/gen-nasl-logics-config'; import { createGenScopedName } from './utils/create-gen-scoped-name'; import { batchDepCSSInfo, batchDepBasicCSSInfo, extendsCSSInfo } from './build/build-css-info'; export type { ThemeInfo, ThemeComponentVars, ThemeVariable, ThemeGlobalVars, } from './nasl'; export { parseComponentAPI, parseCssVars, parseCssVarsOld, transformFunc2NaslLogic as transformTsFunc2NaslLogic, } from './nasl'; export { transformExpression2Nasl, transformTsType2Nasl, transformFunc2Nasl, transformTSX2Nasl, } from './ts2nasl'; export { lcapPlugin, genNaslLogicsConfig, createGenScopedName, batchDepCSSInfo, batchDepBasicCSSInfo, extendsCSSInfo, };