UNPKG

@anushase/json-form-builder

Version:

A dynamic JSON form builder with multi-language support, validation, and responsive design

10 lines (9 loc) 350 B
/** * Adds responsive styles to the form elements to ensure they are displayed correctly on different screen sizes. */ declare const addResponsiveStyles: () => void; /** * Adds styles for right-to-left (RTL) languages to ensure proper layout and alignment. */ declare const addRTLStyles: () => void; export { addRTLStyles, addResponsiveStyles };