# my-component ## Properties | Property | Attribute | Description | Type | Default | | -------- | --------- | --------------- | --------------------- | ----------- | | `first` | `first` | The first name | `string \| undefined` | `undefined` | | `last` | `last` | The last name | `string \| undefined` | `undefined` | | `middle` | `middle` | The middle name | `string \| undefined` | `undefined` | --- _Built with [StencilJS](https://stenciljs.com/)_