mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-18 21:26:00 +08:00
feat: make title as optional
This commit is contained in:
parent
8008d50c0c
commit
a256d3142e
@ -14,7 +14,7 @@ export function Tooltip({
|
|||||||
}: {
|
}: {
|
||||||
className?: string;
|
className?: string;
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
title: React.ReactNode;
|
title?: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<ShadcnTooltip>
|
<ShadcnTooltip>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user