Update JSDocs

This commit is contained in:
Adam Matthiesen 2024-02-24 01:52:04 -08:00
parent 5c07e22c15
commit fb44327daf
2 changed files with 5 additions and 2 deletions

View File

@ -89,5 +89,5 @@ import { GetGist } from "@matthiesenxyz/astro-gists/components"
## Acknowledgements
[`Octokit`](http://octokit.github.io) by GitHub
[`Expressive-Code`](https://expressive-code.com/) By Hippotasic
- [`Octokit`](http://octokit.github.io) by GitHub
- [`Expressive-Code`](https://expressive-code.com/) By Hippotasic

View File

@ -11,6 +11,9 @@ export interface Props {
* @default true
*/
showLineNumbers?: boolean;
/** OPTIONAL: Allows the user to Enable and Disable LineWrapping
* @default true
*/
wrap?: boolean;
}