# {{ name }}

Description goes here

## API

```tsx
interface {{ name }}Props {
{{#each variables}}
  {{ this.name }}: {{ this.value }};
{{/each}}
}
```

## Usage

```tsx
<{{ name }} />
```
