We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f7a31 commit 0b8f75fCopy full SHA for 0b8f75f
index.d.ts
@@ -1,5 +1,5 @@
1
export interface Style {
2
- [key: string]: string;
+ [key: string]: string | number | Style;
3
}
4
5
export function getPropertyName(name: string): string;
0 commit comments