(locale: INumberLocale)
| 98 | }, columns); |
| 99 | |
| 100 | const applyDefaultToLocale = (locale: INumberLocale) => getLocale(locale); |
| 101 | |
| 102 | const getFilterAction = (action: TableAction | IFilterAction): IFilterAction => |
| 103 | typeof action === 'object' |
nothing calls this directly
no test coverage detected
searching dependent graphs…