Add Support to scan code for Props using the Props decorator
Adds support for registering props with the @props decorator syntax:
@Prop({ type: String, default: 'foo' }) readonly test!: string;
Adds support for registering props with the @props decorator syntax:
@Prop({ type: String, default: 'foo' }) readonly test!: string;