# @univerjs-pro/docs-quote-ui

> Language fallback: requested `zh-CN`; content is `en-US`.

- Human documentation: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/docs-quote-ui](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/docs-quote-ui)

- Agent Markdown: [https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/docs-quote-ui.md](https://docs.univer.ai/zh-CN/reference/packages/plugins/univerjs-pro/docs-quote-ui.md)

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs-pro/docs-quote-ui.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs-pro/docs-quote-ui.mdx)

---

Quote block UI plugin for Univer Docs.

```typescript
// [!code word:UniverDocsQuoteUIPlugin]
// [!code word:IUniverDocsQuoteUIConfig]
import { UniverDocsQuoteUIPlugin } from '@univerjs-pro/docs-quote-ui'

univer.registerPlugin(UniverDocsQuoteUIPlugin, IUniverDocsQuoteUIConfig)
```

## Entry Points

* Locale: `@univerjs-pro/docs-quote-ui/locale/*`

## IUniverDocsQuoteUIConfig

```ts
import type { MenuConfig } from '@univerjs/ui'

export interface IUniverDocsQuoteUIConfig {
  menu?: MenuConfig
}
```
