import React from 'react'; import { Tooltip, Button } from '../../../index'; export default function Demo() { const containerId = 'scroll-container'; return (
document.getElementById(containerId)} >
); }