UNPKG

@wix/design-system

Version:

@wix/design-system

8 lines 339 B
import React from 'react'; import { AngleInputProps } from './AngleInput.types'; declare const AngleInput: { ({ onChange, onPointerDown, onPointerUp, onFocus, onBlur, dataHook, value, disabled, step, }: AngleInputProps): React.JSX.Element; displayName: string; }; export default AngleInput; //# sourceMappingURL=AngleInput.d.ts.map