@chakra-ui/layout
Version:
Chakra UI layout components that give you massive speed
13 lines (10 loc) • 350 B
text/typescript
import * as _chakra_ui_system from '@chakra-ui/system';
import { StackProps } from './stack.mjs';
import './stack.utils.mjs';
/**
* A view that arranges its children in a horizontal line.
*
* @see Docs https://chakra-ui.com/docs/components/stack
*/
declare const HStack: _chakra_ui_system.ComponentWithAs<"div", StackProps>;
export { HStack };