UNPKG

@amaui/style

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