# BracketShape

## Content

# Type Alias: BracketShape

```ts
type BracketShape = "curly" | "round" | "angle" | "square" | "custom";
```

Shape presets for brackets objects.
