UNPKG

@elora-cloud/elora-cli

Version:
14 lines (12 loc) 453 B
/** * copy source file to packages */ declare function copyThemeChalkSource(srcDir: string, themeSourceDir: string, distDir: string): any; interface EloraBuildThemeOptions { srcDir: string; themeSourceDir: string; themeFileDir: string; distDir: string; } declare function EloraBuildTheme(options: EloraBuildThemeOptions): any; export { EloraBuildTheme, type EloraBuildThemeOptions, copyThemeChalkSource, EloraBuildTheme as default };