mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Strict null pass on some base ui files (#4832)
* more strict null checks in base browser code * revert changes to radiobutton * fix some more minor things, enable strict null check in pipelines * formatting * fix compile errors * make null undefined * more null to undefined
This commit is contained in:
@@ -21,7 +21,7 @@ export interface ITableStyles extends IListStyles {
|
||||
}
|
||||
|
||||
export interface ITableSorter<T> {
|
||||
sort(args: Slick.OnSortEventArgs<T>);
|
||||
(args: Slick.OnSortEventArgs<T>): void;
|
||||
}
|
||||
|
||||
export interface ITableConfiguration<T> {
|
||||
|
||||
Reference in New Issue
Block a user