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 80bd7b5 commit ee02740Copy full SHA for ee02740
types/stylis-rtl.d.ts
@@ -1,3 +1,8 @@
1
-declare function stylisRTLPlugin(context: number, content: string): string | undefined;
+declare function stylisRTLPlugin(
2
+ context: number,
3
+ content: string,
4
+ children: Object[],
5
+ callback: Function
6
+): string | undefined;
7
8
export default stylisRTLPlugin;
0 commit comments