diff --git a/site/content/docs/01-component-format.md b/site/content/docs/01-component-format.md index 30c53b225f..c7bcfaa800 100644 --- a/site/content/docs/01-component-format.md +++ b/site/content/docs/01-component-format.md @@ -57,6 +57,8 @@ In development mode (see the [compiler options](docs#svelte_compile)), a warning If you export a `const`, `class` or `function`, it is readonly from outside the component. Function *expressions* are valid props, however. +Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](docs#bind_element). + ```sv