# CodeGroupDirectiveDescriptor

**Kind:** Constant

**Source:** [`atloria-monorepo/packages/editor/src/directive-editors/BlockLibraryDescriptors.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/directive-editors/BlockLibraryDescriptors.tsx#L236)

`:::code-group` container wrapping fenced code blocks; the reader turns each
fence into a tab labeled from the fence meta (```` ```ts title="server.ts" ````).

## Definition

```ts
DirectiveDescriptor<ContainerDirective>
```
