-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
import { omit } from 'filter-anything'
const togglePropsa = {
props: {
modelValue: String,
},
emits: {
'update:modelValue': (pressed: boolean) => String,
'pressedChange': (pressed: boolean) => String,
'click': (event: MouseEvent) => String,
},
}
const test = omit(togglePropsa.emits, ['update:modelValue', 'pressedChange'])ts dont omit see
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
