UNPKG

form-tool

Version:

Create quickly and robustly with form hooks

11 lines (10 loc) 300 B
import * as CSS from 'csstype'; export declare type TLoading = { top?: CSS.Property.Top; left?: CSS.Property.Left; color?: CSS.Property.Color; right?: CSS.Property.Right; bottom?: CSS.Property.Bottom; position?: CSS.Property.Position; size?: string | number; };