5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
|
import PinchZoom from './pinch-zoom';
|
||
|
export * from './pinch-zoom';
|
||
|
export { default } from './pinch-zoom';
|
||
|
customElements.define('pinch-zoom', PinchZoom);
|