Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 15, 2022 10:43
Show Gist options
  • Save JWLangford/3099118481fc768c397914863cb9d7dd to your computer and use it in GitHub Desktop.
Save JWLangford/3099118481fc768c397914863cb9d7dd to your computer and use it in GitHub Desktop.
interface ModalBase {
open: boolean
setOpen(open: boolean): void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment