diff --git a/index.d.ts b/index.d.ts index 26ac6ba..4039b66 100644 --- a/index.d.ts +++ b/index.d.ts @@ -159,12 +159,13 @@ export interface UseTableCellProps { export type HeaderProps = TableInstance & { column: ColumnInstance -} & Record +} + export type CellProps = TableInstance & { column: ColumnInstance row: Row cell: Cell -} & Record +} // NOTE: At least one of (id | accessor | Header as string) required export interface Accessor {