feat(website): render @defaultValue blocks (#8527)

feat(website): render @defaultValue blocks
This commit is contained in:
Suneet Tipirneni
2022-08-19 12:24:55 -04:00
committed by GitHub
parent 47f2990b89
commit 8028813825
5 changed files with 30 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ export interface BaseImageURLOptions {
/**
* The extension to use for the image URL
*
* @default 'webp'
* @defaultValue `'webp'`
*/
extension?: ImageExtension;
/**
@@ -41,7 +41,7 @@ export interface MakeURLOptions {
/**
* The extension to use for the image URL
*
* @default 'webp'
* @defaultValue `'webp'`
*/
extension?: string | undefined;
/**