UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

3 lines (2 loc) 153 B
import { IEdgeInset, IEdgeInsetValue } from "../types/index.js"; export declare function EdgeInsets({ ratio, x, y, size }: IEdgeInset): IEdgeInsetValue;