> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapSize

> How much room the mount has: a slot, the expand panel, or a whole page.

```ts theme={null}
type TapSize = "slot" | "panel" | "page";
```

How much room the mount has: a slot, the expand panel, or a whole page.
