UNPKG

@heroui/spacer

Version:

A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.

12 lines (9 loc) 387 B
import * as _heroui_system_rsc from '@heroui/system-rsc'; import { UseSpacerProps } from './use-spacer.mjs'; import '@heroui/theme'; import '@heroui/react-utils'; import './utils.mjs'; interface SpacerProps extends UseSpacerProps { } declare const Spacer: _heroui_system_rsc.InternalForwardRefRenderFunction<"span", SpacerProps, never>; export { type SpacerProps, Spacer as default };