import cl from 'clsx' import type { {{name.pascalCase}}Props } from './types/{{name.kebabCase}}.type' import styles from './styles/{{name.kebabCase}}.module.css' /** * <Назначение компонента {{name.pascalCase}} в 1 строке>. * * Используется для: * - <сценарий 1> * - <сценарий 2> */ export const {{name.pascalCase}} = (props: {{name.pascalCase}}Props) => { const { children, className, ...htmlAttr } = props return (