UNPKG

boxify-react

Version:

A lightweight, performant React component library for building responsive layouts with CSS custom properties, smart defaults, and comprehensive TypeScript support

4 lines 143 B
import React from "react"; import { BoxProps } from "../types"; export declare const Box: React.FC<BoxProps>; //# sourceMappingURL=Box.d.ts.map