Skip to content

Commit

Permalink
Update src/declarations/stencil-public-compiler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Pote <alice.writes.wrongs@gmail.com>
  • Loading branch information
christian-bromann and alicewriteswrongs committed May 7, 2024
1 parent 2479c19 commit ca4faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declarations/stencil-public-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ interface ConfigExtrasBase {
* It is possible to assign data to the actual `<script>` element's `data-opts` property,
* which then gets passed to Stencil's initial bootstrap. This feature is only required
* for very special cases and rarely needed. Defaults to `false`.
* @deprecated This option has been deprecated and will be removed in a future version of Stencil.
* @deprecated This option has been deprecated and will be removed in a future major version of Stencil.
*/
scriptDataOpts?: boolean;

Expand Down

0 comments on commit ca4faef

Please sign in to comment.