# AutoPrint

## params

- text 需要打印的文本

## example

```tsx
<AutoPrint text={"这是一段测试文本"} />
```
