UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

7 lines (6 loc) 263 B
import type { BatchProps } from './batch'; export declare const useBatch: (props: BatchProps, useSize: any) => { disabled: import("vue").ComputedRef<boolean>; _size: import("vue").ComputedRef<"" | "default" | "small" | "large">; props: BatchProps; };