feature/comparison-slider #19

Merged
ilia merged 129 commits from feature/comparison-slider into main 2026-02-02 09:23:46 +00:00
Showing only changes of commit 46de3c6e87 - Show all commits

View File

@@ -30,15 +30,15 @@ export interface ControlModel extends ControlDataModel {
/**
* Area label for increase button
*/
increaseLabel: string;
increaseLabel?: string;
/**
* Area label for decrease button
*/
decreaseLabel: string;
decreaseLabel?: string;
/**
* Control area label
*/
controlLabel: string;
controlLabel?: string;
}
export function createTypographyControl<T extends ControlDataModel>(