UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

5 lines 180 B
export class WizardNotFound extends Error { public constructor() { super('Wizard not found. Are you sure the component calling useWizard() exists within a <p-wizard>?') } }