Skip to content

Commit

Permalink
Add Tooltip component
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jun 19, 2024
1 parent 4c4f31d commit 12c778f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { JSXElement, Text, TooltipElement } from '@metamask/snaps-sdk/jsx';
import { getJsxChildren } from '@metamask/snaps-utils';
import { mapTextToTemplate, mapToTemplate } from '../utils';
import { mapToTemplate } from '../utils';
import { UIComponentFactory } from './types';

export const tooltip: UIComponentFactory<TooltipElement> = ({
Expand Down

0 comments on commit 12c778f

Please sign in to comment.