@heroui/spacer
Version:
A flexible spacer component designed to create consistent spacing and maintain alignment in your layout.
12 lines (9 loc) • 385 B
TypeScript
import * as _heroui_system_rsc from '@heroui/system-rsc';
import { UseSpacerProps } from './use-spacer.js';
import '@heroui/theme';
import '@heroui/react-utils';
import './utils.js';
interface SpacerProps extends UseSpacerProps {
}
declare const Spacer: _heroui_system_rsc.InternalForwardRefRenderFunction<"span", SpacerProps, never>;
export { type SpacerProps, Spacer as default };