mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
424696f97b
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
15 lines
214 B
Plaintext
15 lines
214 B
Plaintext
@Entry
|
|
@Component
|
|
struct MyPropComponent {
|
|
@Prop myProp1?: any
|
|
@Prop myProp2?: number
|
|
@Prop myProp3?: boolean
|
|
@Prop myProp4?: string
|
|
|
|
private myVar: number = 0
|
|
private myVar2: number
|
|
|
|
build() {
|
|
|
|
}
|
|
} |