refactor(popover): get popover working with dom, react, angular components

This commit is contained in:
Dan Bucholtz
2017-12-14 16:21:03 -06:00
parent 85785b9cf7
commit 1ba73a5f29
18 changed files with 402 additions and 41 deletions

View File

@ -1,3 +1,3 @@
export { Delegate } from './react-framework-delegate';
export { createModal } from './apis/modal';
export * from './apis/apis';
export * from './utils/wc-shim';