8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
declare module '@vue/runtime-core' {
|
|
interface ComponentCustomProperties {
|
|
$emitter: Emitter;
|
|
}
|
|
}
|
|
|
|
export {}; // Important! See note.
|