UNPKG

tdesign-vue-next

Version:
4 lines (3 loc) 135 B
import type { Ref } from 'vue'; import { GutterObject } from '../type'; export declare function useRowSize(): Ref<keyof GutterObject>;