UNPKG

tav-ui

Version:
6 lines (5 loc) 192 B
import type { Ref } from 'vue'; export declare function useItemLabelWidth(schemaItemRef: Ref<any>, propsRef: Ref<any>): import("vue").ComputedRef<{ labelCol: any; wrapperCol: any; }>;