mirror of
https://github.com/iconify/iconify.git
synced 2024-11-17 10:05:09 +00:00
Update type desc
This commit is contained in:
parent
ad67fd2d9e
commit
d19adc598e
@ -13,7 +13,7 @@ export interface CommonIconifyPluginOptions extends IconifyPluginLoaderOptions {
|
|||||||
*/
|
*/
|
||||||
export interface CleanIconifyPluginOptions
|
export interface CleanIconifyPluginOptions
|
||||||
extends CommonIconifyPluginOptions,
|
extends CommonIconifyPluginOptions,
|
||||||
IconCSSIconSetOptions {
|
IconCSSIconSetOptions {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,6 +28,6 @@ export interface DynamicIconifyPluginOptions
|
|||||||
// Include icon-specific selectors only
|
// Include icon-specific selectors only
|
||||||
overrideOnly?: true;
|
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
|
scale?: number
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user