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 837637b commit 1bc3e7fCopy full SHA for 1bc3e7f
index.d.ts
@@ -0,0 +1,8 @@
1
+export interface Style {
2
+ [key: string]: string;
3
+}
4
+
5
+export function getPropertyName(name: string): string;
6
+export function getStylesForProperty(name: string, value: string): Style;
7
8
+export default function transform(css: Array<[string, string]>, output?: string[], getStylesForProperty?: boolean): Style;
0 commit comments