feat: add font customization
This commit is contained in:
8
src/bus/publicNoteEventBus.ts
Normal file
8
src/bus/publicNoteEventBus.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createEventBus } from "retrobus"
|
||||
|
||||
interface EventBusParams {
|
||||
path: string
|
||||
currentNoteRkey?: string
|
||||
}
|
||||
|
||||
export const publicNoteEventBus = createEventBus<EventBusParams>()
|
||||
Reference in New Issue
Block a user