UNPKG

rtl-css-js

Version:

Right To Left conversion for CSS in JS objects

9 lines (6 loc) 143 B
declare interface RtlCSSJS { default: RtlCSSJS <T extends object = object>(o: T): T } declare const rtlCSSJS: RtlCSSJS export = rtlCSSJS