mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +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());
|