UNPKG

dm-unimmersive

Version:
7 lines (6 loc) 163 B
/// <reference types="react" /> declare const Tooltip: ({ text, direction }: { text: any; direction: any; }) => JSX.Element; export default Tooltip;