import React from 'react'; import { Tooltip, Button, VStack, Select, CheckIcon } from 'native-base'; export function Example() { const [position, setPosition] = React.useState('top left'); return ( {/* @ts-ignore */} ); }