Skip to content

Commit 737efb8

Browse files
Update src/components/Tooltip/TooltipTypes.d.ts
Co-authored-by: Gabriel Jablonski <gabriel.g.jablonski@gmail.com>
1 parent a684598 commit 737efb8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/components/Tooltip/TooltipTypes.d.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import type { ElementType, ReactNode, CSSProperties, RefObject } from 'react'
22

33
export type PlacesType =
4-
| "top"
5-
| "right"
6-
| "bottom"
7-
| "left"
8-
| "top-start"
9-
| "top-end"
10-
| "right-start"
11-
| "right-end"
12-
| "bottom-start"
13-
| "bottom-end"
14-
| "left-start"
15-
| "left-end";
4+
| 'top'
5+
| 'top-start'
6+
| 'top-end'
7+
| 'right'
8+
| 'right-start'
9+
| 'right-end'
10+
| 'bottom'
11+
| 'bottom-start'
12+
| 'bottom-end'
13+
| 'left'
14+
| 'left-start'
15+
| 'left-end'
1616

1717
export type VariantType = 'dark' | 'light' | 'success' | 'warning' | 'error' | 'info'
1818

0 commit comments

Comments
 (0)