UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

5 lines (4 loc) 280 B
import { SpinnerSize, SpinnerSpeed } from './types'; export declare const getSizeValue: (size: SpinnerSize) => number; export declare const getSpeedValue: (speed: SpinnerSpeed) => number; export declare const getBlurValue: (blur: "none" | "small" | "medium" | "large") => string;