Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

lnguyenacl / acl-ui   js

Repository URL to install this package:

Version: 3.0.0 

/ components / Popup / index.js

'use strict';

Object.defineProperty(exports, "__esModule", {
  value: true
});

var _Popup = require('./Popup');

Object.defineProperty(exports, 'Popup', {
  enumerable: true,
  get: function () {
    return _Popup.Popup;
  }
});
Object.defineProperty(exports, 'PopupFull', {
  enumerable: true,
  get: function () {
    return _Popup.PopupFull;
  }
});
Object.defineProperty(exports, 'PopupSimple', {
  enumerable: true,
  get: function () {
    return _Popup.PopupSimple;
  }
});