chore: fix tsdoc

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-01-17 16:19:51 +01:00
parent c56f1a2e90
commit 73d7e2c6f9
+1 -1
View File
@@ -215,10 +215,10 @@ export type LayoutOptions = LayoutOptionsTemp;
/**
* TaskPageProps for constructing a TaskPage
* @param loadingText - Optional loading text shown before a task begins executing.
* @public
* @deprecated - this is a useless type that is no longer used.
*/
export type TaskPageProps = {
// Optional loading text shown before a task begins executing.
loadingText?: string;
};