UNPKG

jss-rtl

Version:
8 lines (7 loc) 220 B
export interface JssRTLOptions { enabled?: boolean; opt?: 'in' | 'out'; } export default function jssRTL({ enabled, opt }?: JssRTLOptions): { onProcessStyle(style: any, rule: any, sheet: any): any; };