UNPKG

recastui

Version:

Solidjs components library focused on usability, whitelabel theming, accessibility and developer experience

7 lines (6 loc) 260 B
import { BoxProps } from './types'; /** * Use the Box component as a layout primitive to add margin, padding, and colors to content. * @see https://recastui.com/components/box */ export declare function Box(props: BoxProps): import("solid-js").JSX.Element;