Skip to content

Instantly share code, notes, and snippets.

@codebubb
Created October 16, 2020 12:51
Show Gist options
  • Select an option

  • Save codebubb/7c5aa88d7a18092744cf8ed3265fedd6 to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/7c5aa88d7a18092744cf8ed3265fedd6 to your computer and use it in GitHub Desktop.
ParcelJS TypeScript
import { BtnEvent } from './Button';
let btnElem: HTMLElement;
btnElem = document
.getElementById('btn');
btnElem.addEventListener('click', BtnEvent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment