UNPKG

@iceworks/generate-material

Version:

Generate material collection or single component

3 lines (2 loc) 150 B
import { ITemplateOptions } from './types'; export default function (templateDir: string, destDir: string, options: ITemplateOptions): Promise<void>;