export const createStyledComponentParams: INextjs2Helper.ICreateStyle = {
    templatePath: paths.nextjs2.templates.styledComponentsTemplatePath,
    compDirPath: paths.nextjs2.componentsDir,
    pageStyledDirPath: paths.nextjs2.pageStyledDir
};