UNPKG

@crediblefinance/credible-ui

Version:

Credible's standard UI library

9 lines (8 loc) 163 B
interface IProgressStep { completed: boolean; editable: boolean; key: string; label: string; content?: string; } export default IProgressStep;