mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add optional labels for progress-bar
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { ProgressionInterface } from "./progress-bar.model"
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface ProgressionInterface {
|
||||
progression: number,
|
||||
label?: string
|
||||
};
|
||||
Reference in New Issue
Block a user