ソースを参照

Added switchableLabel column option

Marcel Overdijk 2 年 前
コミット
10c5632bed
1 ファイル変更1 行追加1 行削除
  1. 1 1
      index.d.ts

+ 1 - 1
index.d.ts

@@ -63,7 +63,7 @@ export interface BootstrapTableColumn {
   checkbox?: boolean;
   halign?: any;
   switchable?: boolean;
-  switchableLabel?: any;
+  switchableLabel?: string;
   class?: any;
   escape?: boolean;
   events?: BootstrapTableEvents;