File

projects/rebirth-ng/src/lib/flow-step/flow-step.model.ts

Index

Properties

Properties

description
description: string
Type : string
Optional
icon
icon: string
Type : string
Optional
title
title: string
Type : string
export interface FlowStep {
  title: string;
  icon?: string;
  description?: string;
}

results matching ""

    No results matching ""