import React from 'react'; import { Button, Space, Drawer, DialogPlugin } from 'tdesign-react'; import { ChevronUpIcon } from 'tdesign-icons-react'; export default function render() { const { placement = 'bottom', style = {} } = this.props; const { visible } = this.state; return ( ); }