UNPKG

nativescript-ssi-awesome-webview

Version:

Awesome WebViews for all NativeScript Apps!

8 lines (7 loc) 179 B
export interface AwesomeWebviewOptions { url: string; showTitle?: boolean; toolbarColor?: string; toolbarControlsColor?: string; isClosed?: Function; }