mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
9 lines
158 B
TypeScript
9 lines
158 B
TypeScript
|
|
|
|
declare var StatusBarView:StatusBar.IStatusBarViewStatic;
|
|
|
|
StatusBarView.content();
|
|
|
|
var statusBar = new StatusBarView();
|
|
statusBar.appendLeft(new View());
|