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…
Reference in New Issue