mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
[ci] format
This commit is contained in:
parent
d6eef33537
commit
463c46005a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> {
|
|||
*
|
||||
* @default "light"
|
||||
*/
|
||||
defaultColor?: 'light' | 'dark' | string | false
|
||||
defaultColor?: 'light' | 'dark' | string | false;
|
||||
/**
|
||||
* Enable word wrapping.
|
||||
* - true: enabled.
|
||||
|
|
Loading…
Add table
Reference in a new issue