diff --git a/docs/api/core/table.md b/docs/api/core/table.md index fbd1e06cf8..91d16f279b 100644 --- a/docs/api/core/table.md +++ b/docs/api/core/table.md @@ -82,6 +82,8 @@ meta?: TableMeta // This interface is extensible via declaration merging. See be You can pass any object to `options.meta` and access it anywhere the `table` is available via `table.options.meta` This type is global to all tables and can be extended like so: ```tsx +import '@tanstack/table-core'; + declare module '@tanstack/table-core' { interface TableMeta { foo: string