From 5c3b77f5c3fd114291aa597531ed9849154d24b0 Mon Sep 17 00:00:00 2001 From: agoni1212 Date: Mon, 7 Jan 2019 21:06:44 +0800 Subject: [PATCH] Update table.d.ts (#377) change interface customSelction to customSelection --- types/table/table.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/table/table.d.ts b/types/table/table.d.ts index 0d372307a..e3a305eb5 100644 --- a/types/table/table.d.ts +++ b/types/table/table.d.ts @@ -13,7 +13,7 @@ export declare class PaginationConfig extends Pagination { position: "top" | "bottom" | "both"; } -export interface customSelction { +export interface customSelection { /** * Key * @description Unique key of this selection @@ -63,7 +63,7 @@ export interface TableRowSelection { * Custom selection config, only displays default selections when set to true * @type boolean | object[] */ - selections?: boolean | customSelction[]; + selections?: boolean | customSelection[]; /** * Remove the default Select All and Select Invert selections