Skip to content

Commit 9a4618a

Browse files
jacobp100taoqf
andauthored
Update index.d.ts
Co-Authored-By: taoqf <tao_qiufeng@126.com>
1 parent 1bc3e7f commit 9a4618a

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
@@ -5,4 +5,4 @@ export interface Style {
55
export function getPropertyName(name: string): string;
66
export function getStylesForProperty(name: string, value: string): Style;
77

8-
export default function transform(css: Array<[string, string]>, output?: string[], getStylesForProperty?: boolean): Style;
8+
export default function transform(css: Array<[string, string]>, shorthandBlacklist?: string[]): Style;

0 commit comments

Comments
 (0)