Openstatus www.openstatus.dev
at 2ca8eef2cba0abee65eeeec7c032f54698b5548a 8 lines 163 B view raw
1import "@tanstack/react-table"; 2 3declare module "@tanstack/react-table" { 4 interface ColumnMeta { 5 headerClassName?: string; 6 cellClassName?: string; 7 } 8}