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 MyLinkComponent {
|
|
@Link myLink1?: any
|
|
@Link myLink2?: number
|
|
@Link myLink3?: boolean
|
|
@Link myLink4?: string
|
|
|
|
private myVar: number = 0
|
|
private myVar2: number
|
|
|
|
build() {
|
|
|
|
}
|
|
} |