add web
This commit is contained in:
13
web/typings.d.ts
vendored
Normal file
13
web/typings.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import '@tanstack/react-table';
|
||||
declare module 'lodash';
|
||||
|
||||
declare global {
|
||||
type Nullable<T> = T | null;
|
||||
}
|
||||
|
||||
declare module '@tanstack/react-table' {
|
||||
interface ColumnMeta {
|
||||
headerClassName?: string;
|
||||
cellClassName?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user