mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
import view = require("ui/core/view");
|
|
|
|
export class Label extends view.View {
|
|
|
|
}
|