UNPKG

@onesy/style

Version:

CSS in JS styling solution

16 lines (15 loc) 324 B
import OnesyStyle from './OnesyStyle'; export interface IRtl { value?: any; arguments?: any; } declare function rtl(onesyStyle: OnesyStyle): { methods: { method: (value_: { value: string; property: string; }) => IRtl; }; remove: () => void; }; export default rtl;