UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

5 lines (4 loc) 243 B
import { InjectionKey, Ref } from 'vue'; import { UseWizardStep } from '../../types/wizard'; export declare const useWizardStepKey: InjectionKey<UseWizardStep>; export declare function useWizardStep(key?: string | Ref<string>): UseWizardStep;