MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / getModal

Function getModal

app/composables/useModal.ts:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function useModal(modalId: string) {
2 const getModal = () => document.querySelector<HTMLDialogElement>(`#${modalId}`)
3
4 function open() {
5 const modal = getModal()

Callers 2

openFunction · 0.85
closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected