@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
8 lines (7 loc) • 302 B
TypeScript
import { type StackProps } from "./stack";
/**
* A view that arranges its children in a horizontal line.
*
* @see Docs https://chakra-ui.com/docs/components/stack
*/
export declare const HStack: import("react").ForwardRefExoticComponent<StackProps & import("react").RefAttributes<HTMLDivElement>>;