Skip to content

Commit 92f7a31

Browse files
committed
add argument
1 parent 9a4618a commit 92f7a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export interface Style {
33
}
44

55
export function getPropertyName(name: string): string;
6-
export function getStylesForProperty(name: string, value: string): Style;
6+
export function getStylesForProperty(name: string, value: string, allowShorthand?: boolean): Style;
77

88
export default function transform(css: Array<[string, string]>, shorthandBlacklist?: string[]): Style;

0 commit comments

Comments
 (0)