mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-14 14:55:02 +02:00
refactor8frontend9: anyを除去 (#16778)
This commit is contained in:
@@ -7,7 +7,7 @@ import type { Directive } from 'vue';
|
||||
import { getBgColor } from '@/utility/get-bg-color.js';
|
||||
import { globalEvents } from '@/events.js';
|
||||
|
||||
const handlerMap = new WeakMap<any, any>();
|
||||
const handlerMap = new WeakMap<HTMLElement, () => void>();
|
||||
|
||||
export const adaptiveBorderDirective = {
|
||||
mounted(src) {
|
||||
|
||||
Reference in New Issue
Block a user