Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
lavi27 committed Jan 19, 2024
1 parent de71196 commit ea8fff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/useModal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Cast, MyExtract, ArrayElement } from '~/utils/types'
import type { ArrayElement } from '~/utils/types'

export default <T extends readonly string[]>(modalNames: T) => {
type ModalName = ArrayElement<T>
Expand Down

0 comments on commit ea8fff3

Please sign in to comment.