UNPKG

@kelvininc/ui-components

Version:
11 lines (10 loc) 270 B
import { IWizardHeader } from './wizard-header.types'; export declare class KvWizardHeader implements IWizardHeader { /** @inheritdoc */ label: string; /** @inheritdoc */ description: string; /** @inheritdoc */ tip?: string; render(): any; }