mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
style: lint fix
This commit is contained in:
parent
8e985b8d05
commit
90ddf0a72a
@ -4,8 +4,8 @@ import { inBrowser } from '../utils/index.js'
|
||||
|
||||
interface UseFlyoutOptions {
|
||||
el: Ref<HTMLElement | undefined>
|
||||
onFocus?(): void
|
||||
onBlur?(): void
|
||||
onFocus?: () => void
|
||||
onBlur?: () => void
|
||||
}
|
||||
|
||||
export const focusedElement = ref<HTMLElement>()
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
export interface ScrollPromise {
|
||||
wait(): Promise<void> | null
|
||||
wait: () => Promise<void> | null
|
||||
pending: () => void
|
||||
resolve: () => void
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user