UNPKG

351 BTypeScriptView Raw
1interface PlaceholderConfig {
2 projectName: string;
3 placeholderName: string;
4 placeholderTitle?: string;
5 projectTitle?: string;
6}
7export declare function changePlaceholderInTemplate({ projectName, placeholderName, placeholderTitle, projectTitle, }: PlaceholderConfig): Promise<void>;
8export {};
9//# sourceMappingURL=editTemplate.d.ts.map
\No newline at end of file