mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
6f9b527105
commit
5b94a34113
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> {
|
||||||
*
|
*
|
||||||
* @default "light"
|
* @default "light"
|
||||||
*/
|
*/
|
||||||
defaultColor?: 'light' | 'dark' | string | false
|
defaultColor?: 'light' | 'dark' | string | false;
|
||||||
/**
|
/**
|
||||||
* Enable word wrapping.
|
* Enable word wrapping.
|
||||||
* - true: enabled.
|
* - true: enabled.
|
||||||
|
|
Loading…
Reference in a new issue