mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Add Files to TypeScript Strict Mode (#777)
This commit is contained in:
committed by
GitHub
parent
d76aaca0dd
commit
2d506f0312
@@ -5,7 +5,7 @@ export interface TooltipProps {
|
||||
children: string;
|
||||
}
|
||||
|
||||
export const InfoTooltip: React.FunctionComponent = ({ children }: TooltipProps) => {
|
||||
export const InfoTooltip: React.FunctionComponent<TooltipProps> = ({ children }: TooltipProps) => {
|
||||
return (
|
||||
<span>
|
||||
<TooltipHost content={children}>
|
||||
|
||||
Reference in New Issue
Block a user