# SecondToolbarType

## Content

# Type Alias: SecondToolbarType

```ts
type SecondToolbarType = 
  | "page-tools"
  | "crop-image"
  | "resize-image"
  | "text-tools"
  | "paint-tools"
  | "effects"
  | "objects"
  | "image-filter-tools"
  | "image-filter-settings"
  | "none";
```

Second toolbar type.
