# @univerjs-pro/docs-shape-ui

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

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

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

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

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

---

Shape and drawing UI plugin for Univer Docs.

```typescript
// [!code word:UniverDocsShapeUIPlugin]
// [!code word:IUniverDocsShapeUIConfig]
import { UniverDocsShapeUIPlugin } from '@univerjs-pro/docs-shape-ui'

univer.registerPlugin(UniverDocsShapeUIPlugin, IUniverDocsShapeUIConfig)
```

## Entry Points

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

## IUniverDocsShapeUIConfig

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

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