UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

13 lines (12 loc) 288 B
import { Emit, Props } from '../types'; /** * hook * * @param props 组件属性 * @param emit 组件事件 */ export declare const useStep: (props: Props, emit: Emit) => { styles: import('vue').ComputedRef<Record<string, string>>; next: () => void; prev: () => void; };