mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 18:34:30 +04:00
update icons to v1.91.0 (#1218)
This commit is contained in:
+501
-506
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -61,7 +61,7 @@ declare type SubRange = number | WrappedSubRange;
|
||||
interface Range {
|
||||
min: SubRange;
|
||||
max: SubRange;
|
||||
[key: string]: SubRange;
|
||||
[key: `${number}%`]: SubRange;
|
||||
}
|
||||
interface BasePips {
|
||||
mode: PipsMode;
|
||||
|
||||
Reference in New Issue
Block a user