import React from 'react'; import { Tooltip } from '@douyinfe/semi-ui/'; export default function Demo(props = {}) { return (
Clicked Me
); }