Skip to content

Commit

Permalink
feat(themable-browser): add ThemableBrowser plugin
Browse files Browse the repository at this point in the history
closes #549
  • Loading branch information
ihadeed committed Sep 25, 2016
1 parent 972d63b commit b9151bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ import { ThreeDeeTouch } from './plugins/3dtouch';
import { Toast } from './plugins/toast';
import { TouchID } from './plugins/touchid';
import { TextToSpeech } from './plugins/text-to-speech';
import {ThemableBrowser} from './plugins/themable-browser';
import { TwitterConnect } from './plugins/twitter-connect';
import { Vibration } from './plugins/vibration';
import { VideoEditor } from './plugins/video-editor';
Expand Down Expand Up @@ -142,6 +143,7 @@ export * from './plugins/safari-view-controller';
export * from './plugins/sms';
export * from './plugins/spinnerdialog';
export * from './plugins/streaming-media';
export * from './plugins/themable-browser';
export * from './plugins/toast';
export * from './plugins/twitter-connect';
export * from './plugins/video-editor';
Expand Down Expand Up @@ -311,6 +313,7 @@ window['IonicNative'] = {
TouchID,
Transfer,
TextToSpeech,
ThemableBrowser,
TwitterConnect,
VideoEditor,
VideoPlayer,
Expand Down

0 comments on commit b9151bc

Please sign in to comment.