0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] format

This commit is contained in:
RipeApple 2024-07-17 17:40:05 +00:00 committed by astrobot-houston
parent 6f9b527105
commit 5b94a34113

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.