Openstatus www.openstatus.dev
at dbacbdafdd0774ade06f0d5825a967950aa1436a 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}