MCPcopy
hub / github.com/vuejs/core / defineEmits

Function defineEmits

packages/runtime-core/src/apiSetupHelpers.ts:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 : ShortEmits<T>
149// implementation
150export function defineEmits() {
151 if (__DEV__) {
152 warnRuntimeUsage(`defineEmits`)
153 }
154 return null as any
155}
156
157export type ComponentTypeEmits = ((...args: any[]) => any) | Record<string, any>
158

Callers 2

Calls 1

warnRuntimeUsageFunction · 0.85

Tested by

no test coverage detected