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 9a4618a commit 92f7a31Copy full SHA for 92f7a31
index.d.ts
@@ -3,6 +3,6 @@ export interface Style {
3
}
4
5
export function getPropertyName(name: string): string;
6
-export function getStylesForProperty(name: string, value: string): Style;
+export function getStylesForProperty(name: string, value: string, allowShorthand?: boolean): Style;
7
8
export default function transform(css: Array<[string, string]>, shorthandBlacklist?: string[]): Style;
0 commit comments