ソースを参照

add missing type

ruiyi.jiang 2 年 前
コミット
3988f295ef
1 ファイル変更1 行追加0 行削除
  1. 1 0
      client/src/components/grid/Types.ts

+ 1 - 0
client/src/components/grid/Types.ts

@@ -156,6 +156,7 @@ type ActionBarConfig = {
   onClick: (e: React.MouseEvent, row: any) => void;
   icon?: IconsType;
   text?: string;
+  linkButton? : boolean;
   showIconMethod?: 'iconType' | 'renderFn';
   renderIconFn?: (row: any) => ReactElement;
   label?: string;