UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 119 B
export type StepStatus = 'complete' | 'active' | 'incomplete'; export type StatusProps = { $status: StepStatus; };