@2e32/react-input
Version:
A React input component
4 lines • 350 B
TypeScript
export declare const getOuterVerticalAlign: (hasLabel: boolean) => "e-input__addon--align-by-label" | "e-input__addon--align-by-input";
export declare const setInputValue: (inputElement: HTMLInputElement, inputValue: string) => void;
export declare const emitChangeEvent: (inputElement: HTMLInputElement) => void;
//# sourceMappingURL=common.d.ts.map