chore(build): auto-generate docs

This commit is contained in:
folke 2024-11-05 19:16:45 +00:00 committed by github-actions[bot]
parent 304a8c7d25
commit 135f5f95d2
7 changed files with 21 additions and 7 deletions

View file

@ -23,7 +23,7 @@
}
```
## 📦 Module
## 📚 Types
```lua
---@class snacks.toggle.Opts: snacks.toggle.Config
@ -32,6 +32,8 @@
---@field set fun(state:boolean)
```
## 📦 Module
```lua
---@class snacks.toggle
---@field opts snacks.toggle.Opts