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.

10 lines (9 loc) 265 B
import { ToggleSwitchSize } from './types'; interface SwitchDimensions { $width: number; $height: number; $thumbSize: number; $thumbOffset: number; } export declare const getSwitchDimensions: (size: ToggleSwitchSize) => SwitchDimensions; export {};