build: add precompiled CLI distribution
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
export interface EasySlidesConfig {
|
||||
title: string;
|
||||
description: string;
|
||||
slidesDir: string;
|
||||
outDir: string;
|
||||
exportDir: string;
|
||||
theme?: string;
|
||||
}
|
||||
export declare function loadProjectConfig(cwd?: string): Promise<EasySlidesConfig>;
|
||||
export declare function normalizeConfig(value: Partial<EasySlidesConfig> | undefined): EasySlidesConfig;
|
||||
Reference in New Issue
Block a user