chore: rename index.ts
to mitt.ts
(#11134)
This commit is contained in:
parent
5a3c49b8f7
commit
e45f20b52a
@ -18,7 +18,7 @@ import mitt, {
|
|||||||
type Emitter,
|
type Emitter,
|
||||||
type EventHandlerMap,
|
type EventHandlerMap,
|
||||||
type EventType,
|
type EventType,
|
||||||
} from '../../third_party/mitt/index.js';
|
} from '../../third_party/mitt/mitt.js';
|
||||||
import {disposeSymbol} from '../util/disposable.js';
|
import {disposeSymbol} from '../util/disposable.js';
|
||||||
|
|
||||||
export type {
|
export type {
|
||||||
@ -26,7 +26,7 @@ export type {
|
|||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
EventType,
|
EventType,
|
||||||
} from '../../third_party/mitt/index.js';
|
} from '../../third_party/mitt/mitt.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @public
|
* @public
|
||||||
|
Loading…
Reference in New Issue
Block a user