feat: improve editor

This commit is contained in:
Anthony Fu 2022-11-30 12:50:29 +08:00
parent b784264d96
commit ccf6a17f72
12 changed files with 68 additions and 24 deletions

View file

@ -29,3 +29,5 @@ export interface GroupedNotifications {
type: string
items: Notification[]
}
export type TranslateFn = ReturnType<typeof useI18n>['t']