UNPKG
jss-rtl
Version:
latest (0.3.0)
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Flip styles using rtl-css-js
github.com/alitaheri/jss-rtl
alitaheri/jss-rtl
jss-rtl
/
lib
/
main.d.ts
8 lines
(7 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
JssRTLOptions
{
enabled
?:
boolean
;
opt
?:
'in'
|
'out'
; }
export
default
function
jssRTL
(
{ enabled, opt }?:
JssRTLOptions
): {
onProcessStyle
(
style
:
any
,
rule
:
any
,
sheet
:
any
):
any
; };