Add InAppBrowserOptions interface to documentation. (#1103)

This commit is contained in:
Eric Horodyski 2017-02-23 04:29:33 -05:00 committed by Ibby Hadeed
parent 23b97f6b4a
commit 4a39ebd873

View File

@ -75,6 +75,7 @@ export interface InAppBrowserEvent extends Event {
* ``` * ```
* @interfaces * @interfaces
* InAppBrowserEvent * InAppBrowserEvent
* InAppBrowserOptions
*/ */
@Plugin({ @Plugin({
pluginName: 'InAppBrowser', pluginName: 'InAppBrowser',