@team-monolith/cds 1.105.1 → 1.105.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,8 +7,8 @@ export declare const bookClasses: {
|
|
|
7
7
|
readonly progressBar: "Book-progressBar";
|
|
8
8
|
};
|
|
9
9
|
export interface ProgressInfo {
|
|
10
|
-
/** 프로그레스 바 상단에 표시되는
|
|
11
|
-
title:
|
|
10
|
+
/** 프로그레스 바 상단에 표시되는 내용. */
|
|
11
|
+
title: React.ReactNode;
|
|
12
12
|
/** 프로그레스 바 진행도 (0 ~ 1 사이 숫자) */
|
|
13
13
|
value: number;
|
|
14
14
|
}
|