@smart-react-components/ui
Version:
SRC UI includes React and Styled components.
10 lines (9 loc) • 309 B
TypeScript
import { FormValue } from '../types';
/**
* Calculates margin X value of the form label.
*/
export declare const calculateFormLabelMarginX: (value: number) => string;
/**
* Returns input value depending on active.
*/
export declare const getInputValue: (active: FormValue | FormValue[] | null) => string;