UNPKG

tass-ui

Version:

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

7 lines (6 loc) 294 B
import type { checkBoxProps } from '@tass-ui/components/checkbox/src/checkbox.type'; export declare const useCheckBoxProps: (props: checkBoxProps) => { model: import("vue").WritableComputedRef<any>; isChecked: import("vue").ComputedRef<boolean>; handlerChange: (e: any) => void; };