UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

12 lines (11 loc) 308 B
import { ItemProps, StepContext } from '../types'; /** * hook * * @param props 组件属性 */ export declare const useItemStep: (props: ItemProps) => { isActive: import('vue').Ref<boolean, boolean>; isProcessing: import('vue').Ref<boolean, boolean>; stepContext: StepContext | undefined; };