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