Is team pricing available?
{#if open}
Yes! You can purchase a license that you can share with your entire
team.
{/if}
```
## Closing disclosures manually
To close a disclosure manually when clicking a child of its panel, render that child as a `DisclosureButton`. You can use the `as` prop to customize which element is being rendered.
```svelte