UNPKG

html-squircle

Version:

Utilities for generating superellipse squircles in the form of SVG strings, to be used in clip-path and background inline styles.

8 lines 256 B
import type { RefObject } from "react"; interface Size { readonly width: number; readonly height: number; } export declare const useResizeObserver: (ref: RefObject<Element | null>) => Size; export {}; //# sourceMappingURL=useResizeObserver.d.ts.map