Skip to content

Commit ee02740

Browse files
committed
update type signature
1 parent 80bd7b5 commit ee02740

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

types/stylis-rtl.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
declare function stylisRTLPlugin(context: number, content: string): string | undefined;
1+
declare function stylisRTLPlugin(
2+
context: number,
3+
content: string,
4+
children: Object[],
5+
callback: Function
6+
): string | undefined;
27

38
export default stylisRTLPlugin;

0 commit comments

Comments
 (0)