mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated Table component to accept complex hints
refs https://github.com/TryGhost/Product/issues/3926
This commit is contained in:
parent
6e960bf477
commit
02bf794a0e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ interface TableProps {
|
|||
header?: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
borderTop?: boolean;
|
||||
hint?: string;
|
||||
hint?: React.ReactNode;
|
||||
hintSeparator?: boolean;
|
||||
className?: string;
|
||||
isLoading?: boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue