help?: string | undefined; configTemplatednput.svelte

This commit is contained in:
saifullah-N
2022-12-23 11:27:14 +05:30
parent 0645cbb2ab
commit e8d5eee95b

View File

@@ -17,7 +17,7 @@
min?: number;
max?: number;
step?: number;
help?: string;
help?: string | undefined;
default?: string | number;
scale?: number;
};