refactor: fix lint warnings (#2564)
This commit is contained in:
parent
cadf1b4a7c
commit
f0bc78ba2c
3 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,7 @@ type IconType = 'transparent' | 'maskable' | 'apple'
|
|||
*/
|
||||
interface Icons extends Record<IconType, Icon> {
|
||||
/**
|
||||
* @default: { compressionLevel: 9, quality: 60 }`
|
||||
* @default: `{ compressionLevel: 9, quality: 60 }`
|
||||
*/
|
||||
png?: PngOptions
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue