mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
9 lines
200 B
TypeScript
9 lines
200 B
TypeScript
/// <reference path="./status-bar.d.ts" />
|
|
|
|
declare var StatusBarView:StatusBar.IStatusBarViewStatic;
|
|
|
|
StatusBarView.content();
|
|
|
|
var statusBar = new StatusBarView();
|
|
statusBar.appendLeft(new View());
|