0
Fork 0
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:
Djordje Vlaisavljevic 2023-09-21 12:28:52 +01:00
parent 6e960bf477
commit 02bf794a0e

View file

@ -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;