UNPKG

@fesjs/fes-design

Version:
4 lines (3 loc) 174 B
import { type Ref } from 'vue'; import type { DrawerInnerProps as Props } from './props'; export declare const useDrawerDimension: (props: Props) => Ref<Props['dimension']>;