2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-29 05:29:09 +00:00

Update type desc

This commit is contained in:
JB Hutch 2023-11-24 12:07:52 -05:00
parent ad67fd2d9e
commit d19adc598e

View File

@ -13,7 +13,7 @@ export interface CommonIconifyPluginOptions extends IconifyPluginLoaderOptions {
*/
export interface CleanIconifyPluginOptions
extends CommonIconifyPluginOptions,
IconCSSIconSetOptions {
IconCSSIconSetOptions {
//
}
@ -28,6 +28,6 @@ export interface DynamicIconifyPluginOptions
// Include icon-specific selectors only
overrideOnly?: true;
// Scale relative to the the default value, (ex. scale: 2 = 2em). Set to 0 to disable default value.
// Sets the default height/width value (ex. scale: 2 = 2em)
scale?: number
}