diff src/demo.ts @ 48:b8e5850acca0

local demo; styles
author drewp@bigasterisk.com
date Thu, 09 Jan 2020 00:04:45 -0800
parents
children 0c188ed3bcd8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/demo.ts	Thu Jan 09 00:04:45 2020 -0800
@@ -0,0 +1,2 @@
+export { StreamedGraph } from './index'; // to make the customElement
+export { DomBind } from "@polymer/polymer/lib/elements/dom-bind.js";