# State

```ts
export type State = "on" | "off";
```

Switch state.
