make TitledContainer's title optional

This commit is contained in:
llama 2025-10-18 10:09:49 +08:00
parent 9816c8121a
commit 4f52a2c0d6
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -11,7 +11,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
let className: string = "";
export { className as class };
export let title: string;
export let title: string = "";
</script>
<div