UNPKG

tass-ui

Version:

A high quality UI Toolkit built on Vue.js3+.

7 lines (6 loc) 248 B
export declare const useCheck: (props: any, state: any) => { labelProps: import("vue").ComputedRef<any>; keyProps: import("vue").ComputedRef<any>; disabledProps: import("vue").ComputedRef<any>; handlerChange: (val: any) => void; };