export interface AwesomeWebviewOptions {
    url: string;
    showTitle?: boolean;
    toolbarColor?: string;
    toolbarControlsColor?: string;
    isClosed?: Function;
}
