PolymerElements / iron-swipeable-container

A container that allows any of its nested children to be swiped away.
25 stars 18 forks source link

Add export #39

Open rom1504 opened 6 years ago

rom1504 commented 6 years ago

Hi, I'm trying to extend IronSwipeableContainer but it doesn't export anything https://github.com/PolymerElements/iron-swipeable-container/blob/__auto_generated_3.0_preview/iron-swipeable-container.js I tried using customElement.get but that doesn't work when built. Any other way to do this ? (beside forking to add the export)