UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

13 lines (12 loc) 346 B
import { StyleValue } from 'vue'; import { ItemProps, Props } from '../types'; /** * hook * * @param props 组件属性 * @param itemProps Item组件属性 */ export declare const useGrid: (props?: Props, itemProps?: ItemProps) => { gridStyles: import('vue').ComputedRef<StyleValue>; style: import('vue').ComputedRef<StyleValue>; };