mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-01 19:06:01 +00: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