@forge/cli-shared
8.24.08.24.0-experimental-04cc2b9
out/ui/table-prompt.d.ts~
out/ui/table-prompt.d.tsModified+3−3
Index: package/out/ui/table-prompt.d.ts
===================================================================
--- package/out/ui/table-prompt.d.ts
+++ package/out/ui/table-prompt.d.ts
@@ -13,11 +13,11 @@
}
export interface TablePromptState extends TablePromptShared {
done: (callback: any) => void;
}
-export declare type getRowSymbolType = (isDone: boolean, isHover: boolean, isSelected: boolean) => string;
-export declare type getRowFormatFnType = (isDone: boolean, isHover: boolean, isSelected: boolean) => (str: string) => string;
-export declare type isSelectedType = (rowIndex: number) => boolean;
+export type getRowSymbolType = (isDone: boolean, isHover: boolean, isSelected: boolean) => string;
+export type getRowFormatFnType = (isDone: boolean, isHover: boolean, isSelected: boolean) => (str: string) => string;
+export type isSelectedType = (rowIndex: number) => boolean;
interface Row {
names: any[];
value: any;
primary: string;