0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00

[ci] format

This commit is contained in:
RipeApple 2024-07-17 17:40:05 +00:00 committed by Emanuele Stoppa
parent d6eef33537
commit 463c46005a

View file

@ -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.