diff options
author | Aylur <[email protected]> | 2024-12-25 23:49:21 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-12-25 23:49:21 +0100 |
commit | 9a7e40ae4d708447ad51b41fd9c6172c03c276e7 (patch) | |
tree | 6c138bb68bd9b57812f04cb22e0b28025c47fe18 /docs/guide/typescript | |
parent | 37f0d24178a1516eb45eb639640e07c5dc3b8e81 (diff) |
docs: fix cssClasses in gtk4
Diffstat (limited to 'docs/guide/typescript')
-rw-r--r-- | docs/guide/typescript/widget.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/typescript/widget.md b/docs/guide/typescript/widget.md index 7e57c01..86e666b 100644 --- a/docs/guide/typescript/widget.md +++ b/docs/guide/typescript/widget.md @@ -557,7 +557,7 @@ These widgets are available by default in JSX. - window: [Astal.Window](https://aylur.github.io/libastal/astal4/class.Window.html) ```tsx <window - className="Bar" + cssClasses={["Bar"]} name="bar" namespace="bar" application={App} |