refactor: reorganize all components (#8303)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Ref } from 'vue';
|
||||
import { useHeight } from './use-height';
|
||||
import type { Ref } from 'vue';
|
||||
import type { BEM } from '../utils/create/bem';
|
||||
|
||||
export function usePlaceholder(contentRef: Ref<Element | undefined>, bem: BEM) {
|
||||
|
||||
Reference in New Issue
Block a user