const writeFileProps: ICommon.IWriteFile = {
        dirPath: `${options.funcComponentDir}/index.tsx`,
        getFileContent: () => getTemplate(templatePath, options),
        message: 'Added new functional component.'
    };