# blockLibraryDirectiveDescriptors

**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#L254)

The full B3 component library. Register with:
`directivesPlugin({ directiveDescriptors: [...blockLibraryDirectiveDescriptors, …] })`
in BOTH the solo and collaborative editors (identical registration keeps
markdown-level sync stable).

## Definition

```ts
DirectiveDescriptor<any>[]
```
