UNPKG

@smart-react-components/ui

Version:
10 lines (9 loc) 309 B
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;